summaryrefslogtreecommitdiff
path: root/test/files/neg/bug412.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/bug412.check')
-rw-r--r--test/files/neg/bug412.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/bug412.check b/test/files/neg/bug412.check
index a6b2f0fba3..e275c5d271 100644
--- a/test/files/neg/bug412.check
+++ b/test/files/neg/bug412.check
@@ -1,5 +1,5 @@
bug412.scala:9: error: type mismatch;
- found : scala.Null(null)
+ found : Null(null)
required: A.this.CX with A.this.C2
val c: CX with C2 = null;
^