summaryrefslogtreecommitdiff
path: root/test/pending/neg/t0653.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/pending/neg/t0653.check')
-rw-r--r--test/pending/neg/t0653.check5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/pending/neg/t0653.check b/test/pending/neg/t0653.check
deleted file mode 100644
index cb5ca65b8e..0000000000
--- a/test/pending/neg/t0653.check
+++ /dev/null
@@ -1,5 +0,0 @@
-t0653.scala:5: error: inferred the kinds of the type arguments (InL[Nothing,Nothing]) do not conform to the expected kinds of the type parameters (type Op) in class Fix.
-InL[Nothing,Nothing]'s type parameters do not match type Op's expected parameters: class InL has two type parameters, but type Op has one
- val zero = new Fix(new InL)
- ^
-one error found