summaryrefslogtreecommitdiff
path: root/test/files/run/virtpatmat_typed.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/virtpatmat_typed.check')
-rw-r--r--test/files/run/virtpatmat_typed.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/virtpatmat_typed.check b/test/files/run/virtpatmat_typed.check
index 9924d84148..b304fa5ffc 100644
--- a/test/files/run/virtpatmat_typed.check
+++ b/test/files/run/virtpatmat_typed.check
@@ -1,4 +1,4 @@
virtpatmat_typed.scala:5: warning: unreachable code
- case x: String => println("FAILED")
+ case x: String => println("FAILED")
^
OK foo