summaryrefslogtreecommitdiff
path: root/test/files/neg/bug193.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/bug193.check')
-rw-r--r--test/files/neg/bug193.check17
1 files changed, 0 insertions, 17 deletions
diff --git a/test/files/neg/bug193.check b/test/files/neg/bug193.check
deleted file mode 100644
index 2b2e4485a5..0000000000
--- a/test/files/neg/bug193.check
+++ /dev/null
@@ -1,17 +0,0 @@
-actual = class Objectfalse
-bug193.scala:39: warning: comparing values of types scala.Int and java.lang.Object using `==' will always yield false
- (0 ) == y;
- ^
-actual = class Objectfalse
-bug193.scala:41: warning: comparing values of types scala.Int and java.lang.Object using `!=' will always yield true
- (0 ) != y;
- ^
-actual = class Objectfalse
-bug193.scala:54: warning: comparing values of types scala.Int and java.lang.Object using `==' will always yield false
- (x ) == y;
- ^
-actual = class Objectfalse
-bug193.scala:56: warning: comparing values of types scala.Int and java.lang.Object using `!=' will always yield true
- (x ) != y;
- ^
-four warnings found