summaryrefslogtreecommitdiff
path: root/test/files/neg/bug1909.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/bug1909.check')
-rw-r--r--test/files/neg/bug1909.check4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/files/neg/bug1909.check b/test/files/neg/bug1909.check
deleted file mode 100644
index 6ffbb4fccc..0000000000
--- a/test/files/neg/bug1909.check
+++ /dev/null
@@ -1,4 +0,0 @@
-bug1909.scala:7: error: Implementation restriction: auxiliary constructor calls may not use expressions which require lifting.
- def this(p: String) = this(try 0)
- ^
-one error found