summaryrefslogtreecommitdiff
path: root/test/files/run/large_code.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/large_code.check')
-rw-r--r--test/files/run/large_code.check3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/files/run/large_code.check b/test/files/run/large_code.check
new file mode 100644
index 0000000000..6ad50967bc
--- /dev/null
+++ b/test/files/run/large_code.check
@@ -0,0 +1,3 @@
+newSource1.scala:1: error: Could not write class BigEnoughToFail because it exceeds JVM code size limits. Method tooLong's code too large!
+class BigEnoughToFail {
+ ^