aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>1999-11-09 14:40:17 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>1999-11-09 14:40:17 +0000
commit63d725ff980b8cccaf500b1c4d95d0ed3eb19304 (patch)
tree6942ef2231dea365e257301611c2f8394c7587bd
parent094f4a516bce4f4409f42866d133113f009caf51 (diff)
Test files for error in theory processing.
-rw-r--r--etc/isa/multiple/Err.ML5
-rw-r--r--etc/isa/multiple/Err.thy3
2 files changed, 8 insertions, 0 deletions
diff --git a/etc/isa/multiple/Err.ML b/etc/isa/multiple/Err.ML
new file mode 100644
index 00000000..177da5ce
--- /dev/null
+++ b/etc/isa/multiple/Err.ML
@@ -0,0 +1,5 @@
+(* Test to see that scripting is *not* turned on
+ if an error occurs during activation
+*)
+
+val x = 1;
diff --git a/etc/isa/multiple/Err.thy b/etc/isa/multiple/Err.thy
new file mode 100644
index 00000000..d36a5af2
--- /dev/null
+++ b/etc/isa/multiple/Err.thy
@@ -0,0 +1,3 @@
+(* Dummy file to cause an error in use_thy *)
+
+Err = blah \ No newline at end of file