summaryrefslogtreecommitdiff
path: root/test/files/neg/ticket2208.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/ticket2208.check')
-rw-r--r--test/files/neg/ticket2208.check4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/files/neg/ticket2208.check b/test/files/neg/ticket2208.check
deleted file mode 100644
index 9aa6658bf4..0000000000
--- a/test/files/neg/ticket2208.check
+++ /dev/null
@@ -1,4 +0,0 @@
-ticket2208.scala:9: error: type arguments [Any] do not conform to type Alias's type parameter bounds [X <: Test.A]
- class C extends Alias[Any] // not ok, normalisation should check bounds before expanding Alias
- ^
-one error found \ No newline at end of file