aboutsummaryrefslogtreecommitdiff
path: root/tests/untried/neg/t7895c.check
diff options
context:
space:
mode:
Diffstat (limited to 'tests/untried/neg/t7895c.check')
-rw-r--r--tests/untried/neg/t7895c.check13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/untried/neg/t7895c.check b/tests/untried/neg/t7895c.check
new file mode 100644
index 000000000..d4745b1f4
--- /dev/null
+++ b/tests/untried/neg/t7895c.check
@@ -0,0 +1,13 @@
+t7895c.scala:2: error: not found: value bong
+ def booboo = bong + booble + bippity - bazingo
+ ^
+t7895c.scala:2: error: not found: value booble
+ def booboo = bong + booble + bippity - bazingo
+ ^
+t7895c.scala:2: error: not found: value bippity
+ def booboo = bong + booble + bippity - bazingo
+ ^
+t7895c.scala:2: error: not found: value bazingo
+ def booboo = bong + booble + bippity - bazingo
+ ^
+four errors found