aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/interactive
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2005-11-01 22:37:37 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2005-11-01 22:37:37 +0000
commit6e025b996658458821811a46d7328a6ad8c75e2c (patch)
treed7967d2c09529bb4a776ef372b36bf6a11110514 /test-suite/interactive
parentea8fea2ecce72e05981daf6ea8bf98adf1128f6c (diff)
Interactive test of Back
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@7486 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'test-suite/interactive')
-rw-r--r--test-suite/interactive/Back.v8
1 files changed, 8 insertions, 0 deletions
diff --git a/test-suite/interactive/Back.v b/test-suite/interactive/Back.v
new file mode 100644
index 000000000..b813a79ab
--- /dev/null
+++ b/test-suite/interactive/Back.v
@@ -0,0 +1,8 @@
+(* Check that reset remains synchronised with the compilation unit cache *)
+(* See bug #1030 *)
+
+Section multiset_defs.
+ Require Import Plus.
+End multiset_defs.
+Unset Implicit Arguments.
+Back 1.