summaryrefslogtreecommitdiff
path: root/test/files/run/t7974/Test.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t7974/Test.scala')
-rw-r--r--test/files/run/t7974/Test.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t7974/Test.scala b/test/files/run/t7974/Test.scala
index 433d9061a7..29d2b9cb64 100644
--- a/test/files/run/t7974/Test.scala
+++ b/test/files/run/t7974/Test.scala
@@ -6,7 +6,7 @@ import scala.tools.nsc.util.stringFromWriter
object Test extends BytecodeTest {
def show {
- val classNode = loadClassNode("Symbols", skipDebugInfo = false)
+ val classNode = loadClassNode("Symbols", skipDebugInfo = true)
val textifier = new Textifier
classNode.accept(new TraceClassVisitor(null, textifier, null))