summaryrefslogtreecommitdiff
path: root/test/files/neg/sammy_error.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/sammy_error.check')
-rw-r--r--test/files/neg/sammy_error.check4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/files/neg/sammy_error.check b/test/files/neg/sammy_error.check
new file mode 100644
index 0000000000..f14ac7e3a2
--- /dev/null
+++ b/test/files/neg/sammy_error.check
@@ -0,0 +1,4 @@
+sammy_error.scala:6: error: missing parameter type
+ foo(x => x) // should result in only one error (the second one stemmed from adapting to SAM when the tree was erroneous)
+ ^
+one error found