summaryrefslogtreecommitdiff
path: root/test/files/neg/t5497.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t5497.check')
-rw-r--r--test/files/neg/t5497.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/t5497.check b/test/files/neg/t5497.check
index fef6d38da0..4d6d52b519 100644
--- a/test/files/neg/t5497.check
+++ b/test/files/neg/t5497.check
@@ -1,4 +1,4 @@
t5497.scala:3: error: not found: value sq
- case other => println(null.asInstanceOf[sq.Filter].tableName)
+ case other => println(null.asInstanceOf[sq.Filter].tableName)
^
one error found