summaryrefslogtreecommitdiff
path: root/test/files/pos/switchUnbox.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/switchUnbox.scala')
-rw-r--r--test/files/pos/switchUnbox.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/pos/switchUnbox.scala b/test/files/pos/switchUnbox.scala
index 4f5467de29..b8942e2559 100644
--- a/test/files/pos/switchUnbox.scala
+++ b/test/files/pos/switchUnbox.scala
@@ -1,6 +1,6 @@
-// this test has accompanying .flags file
+// this test has accompanying .flags file
// that contains -Xsqueeze:on
-//
+//
object Foo {
var xyz: (Int, String) = (1, "abc")
xyz._1 match {