summaryrefslogtreecommitdiff
path: root/test/files/neg/checksensible.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/checksensible.check')
-rw-r--r--test/files/neg/checksensible.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/checksensible.check b/test/files/neg/checksensible.check
index 7c0c71c803..47abfe3589 100644
--- a/test/files/neg/checksensible.check
+++ b/test/files/neg/checksensible.check
@@ -1,6 +1,6 @@
checksensible.scala:1: error: class Test needs to be abstract, since method isabstract is not defined
class Test {
-^
+ ^
checksensible.scala:3: warning: comparing values of types Ordered[Unit] and Unit using `>' will always yield false
println((c = 1) > 0)
^