From 3b0cdb49d0bc602820bd0667a735aa92bca9cece Mon Sep 17 00:00:00 2001 From: herbelin Date: Tue, 2 Dec 2008 22:37:24 +0000 Subject: Add new directory for pre-compilation of files needed for further tests. Application to the test of notation import from within a section. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11652 85f007b7-540e-0410-9357-904b9bb8a0f7 --- test-suite/prerequisite/make_notation.v | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test-suite/prerequisite/make_notation.v (limited to 'test-suite/prerequisite') diff --git a/test-suite/prerequisite/make_notation.v b/test-suite/prerequisite/make_notation.v new file mode 100644 index 000000000..4a75713d1 --- /dev/null +++ b/test-suite/prerequisite/make_notation.v @@ -0,0 +1,3 @@ +(* Used in Notation.v to test import of notations from files in sections *) + +Notation "'Z'" := O (at level 9). -- cgit v1.2.3