aboutsummaryrefslogtreecommitdiff
path: root/test-suite
diff options
context:
space:
mode:
authorHugo Herbelin2014-10-02 15:47:14 +0200
committerHugo Herbelin2014-10-02 16:17:30 +0200
commit2b26c3e9a011af1f77e4f4fc61c73943d2bb0dfc (patch)
tree271676c2b92ba2ec9c1e9c8356444a9cb61b40f2 /test-suite
parent6a736c77dee9315afd6d5f50375bf92c1da5d20c (diff)
Fixing bug #2810 (autounfold on local variable declared as hint but cleared).
Diffstat (limited to 'test-suite')
-rw-r--r--test-suite/bugs/closed/2810.v1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-suite/bugs/closed/2810.v b/test-suite/bugs/closed/2810.v
index 9e33e49162..a66078c60a 100644
--- a/test-suite/bugs/closed/2810.v
+++ b/test-suite/bugs/closed/2810.v
@@ -6,4 +6,5 @@ Section foo.
Goal False.
clear B. autounfold with core.
+ Abort.
End foo.