summaryrefslogtreecommitdiff
path: root/test/files/run/Course-2002-01.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/Course-2002-01.check')
-rw-r--r--test/files/run/Course-2002-01.check3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/files/run/Course-2002-01.check b/test/files/run/Course-2002-01.check
index 17b30bf3c2..16b491d6e2 100644
--- a/test/files/run/Course-2002-01.check
+++ b/test/files/run/Course-2002-01.check
@@ -1,3 +1,6 @@
+Course-2002-01.scala:41: warning: method loop in object M0 does nothing other than call itself recursively
+ def loop: Int = loop;
+ ^
232
667
11