summaryrefslogtreecommitdiff
path: root/test/files/run/large_code.check
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@typesafe.com>2013-12-11 17:05:41 -0800
committerAdriaan Moors <adriaan@feather.local>2013-12-12 10:30:56 -0800
commit3fa2c97853de2110227f50982187b4377b8772bc (patch)
tree92cd1426843ef3274b46076dc46164e62d012fec /test/files/run/large_code.check
parent2aa9da578e03987427a2d932becc75fc0f016d8b (diff)
downloadscala-3fa2c97853de2110227f50982187b4377b8772bc.tar.gz
scala-3fa2c97853de2110227f50982187b4377b8772bc.tar.bz2
scala-3fa2c97853de2110227f50982187b4377b8772bc.zip
Report error on code size overflow, log method name.
We used to silently skip class files that would exceed the JVM's size limits. While rare, this should still be an error. While I was at it, also included the name of the offending method.
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 {
+ ^