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.scala3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/files/pos/switchUnbox.scala b/test/files/pos/switchUnbox.scala
index 4f5467de29..1d4b742ff9 100644
--- a/test/files/pos/switchUnbox.scala
+++ b/test/files/pos/switchUnbox.scala
@@ -1,6 +1,3 @@
-// this test has accompanying .flags file
-// that contains -Xsqueeze:on
-//
object Foo {
var xyz: (Int, String) = (1, "abc")
xyz._1 match {