summaryrefslogtreecommitdiff
path: root/test/files/run/runtime.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/runtime.check')
-rw-r--r--test/files/run/runtime.check6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/files/run/runtime.check b/test/files/run/runtime.check
index 990a087da0..d613c9bd42 100644
--- a/test/files/run/runtime.check
+++ b/test/files/run/runtime.check
@@ -1,3 +1,9 @@
+runtime.scala:141: warning: comparing values of types Null and Null using `eq' will always yield true
+ check(true , null eq null, null ne null);
+ ^
+runtime.scala:141: warning: comparing values of types Null and Null using `ne' will always yield false
+ check(true , null eq null, null ne null);
+ ^
<<< Test0
[false,true]
[0,1,2]