From 33d30fef7e6d5c345422a1bf0efb650a13688d8c Mon Sep 17 00:00:00 2001 From: herbelin Date: Mon, 20 Jan 2003 10:39:00 +0000 Subject: *** empty log message *** git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3547 85f007b7-540e-0410-9357-904b9bb8a0f7 --- test-suite/failure/ltac3.v | 2 ++ test-suite/failure/ltac4.v | 4 ++++ 2 files changed, 6 insertions(+) create mode 100644 test-suite/failure/ltac3.v create mode 100644 test-suite/failure/ltac4.v diff --git a/test-suite/failure/ltac3.v b/test-suite/failure/ltac3.v new file mode 100644 index 0000000000..bfccc546f8 --- /dev/null +++ b/test-suite/failure/ltac3.v @@ -0,0 +1,2 @@ +(* Proposed by Benjamin *) +Definition A := Try REflexivity. diff --git a/test-suite/failure/ltac4.v b/test-suite/failure/ltac4.v new file mode 100644 index 0000000000..d1e4e892dd --- /dev/null +++ b/test-suite/failure/ltac4.v @@ -0,0 +1,4 @@ +(* Check static globalisation of tactic names *) +(* Proposed by Benjamin (mars 2002) *) +Goal (n:nat)n=n. +Induction n; Try REflexivity. -- cgit v1.2.3