aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/isar/BigErrors.thy4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/isar/BigErrors.thy b/etc/isar/BigErrors.thy
index 803fdf29..100eab6a 100644
--- a/etc/isar/BigErrors.thy
+++ b/etc/isar/BigErrors.thy
@@ -3,8 +3,8 @@
theory BigErrors imports Pure
begin
-consts foo :: 'a;
-consts bar :: 'a;
+consts foo :: 'a
+consts bar :: 'a
ML {* warning (cat_lines (List.tabulate (300,K "This is a big warning message"))); *}