summaryrefslogtreecommitdiff
path: root/test/files/neg/bug846.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/bug846.check')
-rw-r--r--test/files/neg/bug846.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/bug846.check b/test/files/neg/bug846.check
index 8d1414ae9a..9a17238c64 100644
--- a/test/files/neg/bug846.check
+++ b/test/files/neg/bug846.check
@@ -1,5 +1,5 @@
bug846.scala:9: error: type mismatch;
- found : scala.Null(null)
+ found : Null(null)
required: B
if (a != null) f(a) else null
^