aboutsummaryrefslogtreecommitdiff
path: root/tests/untried/neg/t7895b.check
diff options
context:
space:
mode:
Diffstat (limited to 'tests/untried/neg/t7895b.check')
-rw-r--r--tests/untried/neg/t7895b.check7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/untried/neg/t7895b.check b/tests/untried/neg/t7895b.check
new file mode 100644
index 000000000..87ea72704
--- /dev/null
+++ b/tests/untried/neg/t7895b.check
@@ -0,0 +1,7 @@
+t7895b.scala:4: error: not found: value a
+ foo(a, b)
+ ^
+t7895b.scala:4: error: not found: value b
+ foo(a, b)
+ ^
+two errors found