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 9403ea332b..433d9061a7 100644
--- a/test/files/run/t7974/Test.scala
+++ b/test/files/run/t7974/Test.scala
@@ -9,7 +9,7 @@ object Test extends BytecodeTest {
val classNode = loadClassNode("Symbols", skipDebugInfo = false)
val textifier = new Textifier
classNode.accept(new TraceClassVisitor(null, textifier, null))
-
+
val classString = stringFromWriter(w => textifier.print(w))
val result =
classString.split('\n')