Minor fix.
This commit is contained in:
parent
2eaeb7480c
commit
ee80baa0ea
@ -119,7 +119,7 @@ class DeepState(object):
|
||||
|
||||
parser.add_argument(
|
||||
"--output_test_dir", type=str, required=False,
|
||||
"Directory where tests will be saved.")
|
||||
help="Directory where tests will be saved.")
|
||||
|
||||
parser.add_argument(
|
||||
"binary", type=str, help="Path to the test binary to run.")
|
||||
|
||||
@ -35,7 +35,7 @@ TEST(PrimePolynomial, OnlyGeneratesPrimes) {
|
||||
ASSUME_GT(z, 1);
|
||||
ASSUME_LT(y, poly);
|
||||
ASSUME_LT(z, poly);
|
||||
ASSERT_NE(poly, y * z)
|
||||
ASSERT(poly != y * z)
|
||||
<< x << "^2 + " << x << " + 41 is not prime";
|
||||
ASSERT(IsPrime(Pump(poly)))
|
||||
<< x << "^2 + " << x << " + 41 is not prime";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user