From f0846e74dbce99ae1d8e2f1d7e5faeadc2a5c375 Mon Sep 17 00:00:00 2001 From: Lukas Rytz Date: Fri, 9 May 2014 11:40:04 +0200 Subject: Disable run/t7974 under checkinit --- test/files/run/t7974/Test.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files/run/t7974/Test.scala') 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') -- cgit v1.2.3