summaryrefslogtreecommitdiff
path: root/test-suite/bugs/opened/1811.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/bugs/opened/1811.v')
-rw-r--r--test-suite/bugs/opened/1811.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/bugs/opened/1811.v b/test-suite/bugs/opened/1811.v
index 10c988fc..57c17443 100644
--- a/test-suite/bugs/opened/1811.v
+++ b/test-suite/bugs/opened/1811.v
@@ -7,4 +7,4 @@ Goal forall b1 b2, (negb b1 = b2) -> xorb true b1 = b2.
Proof.
intros b1 b2.
Fail rewrite neg2xor.
-Abort. \ No newline at end of file
+Abort.