summaryrefslogtreecommitdiff
path: root/test/files/neg/bug1960.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/bug1960.check')
-rw-r--r--test/files/neg/bug1960.check4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/files/neg/bug1960.check b/test/files/neg/bug1960.check
deleted file mode 100644
index 8e19f31ef5..0000000000
--- a/test/files/neg/bug1960.check
+++ /dev/null
@@ -1,4 +0,0 @@
-bug1960.scala:5: error: parameter 'p' requires field but conflicts with p in 'TBase'
-class Aclass (p: Int) extends TBase { def g() { f(p) } }
- ^
-one error found