summaryrefslogtreecommitdiff
path: root/test/files/run/t7974/Test.scala
diff options
context:
space:
mode:
authorLukas Rytz <lukas.rytz@gmail.com>2014-05-09 11:40:04 +0200
committerLukas Rytz <lukas.rytz@gmail.com>2014-05-09 18:52:53 +0200
commitf0846e74dbce99ae1d8e2f1d7e5faeadc2a5c375 (patch)
tree5427b49b0981fa4aaee3caa7cb80b9eab32d5213 /test/files/run/t7974/Test.scala
parent63321ac39651fd8493a821e3da5cea36d7ce2b3c (diff)
downloadscala-f0846e74dbce99ae1d8e2f1d7e5faeadc2a5c375.tar.gz
scala-f0846e74dbce99ae1d8e2f1d7e5faeadc2a5c375.tar.bz2
scala-f0846e74dbce99ae1d8e2f1d7e5faeadc2a5c375.zip
Disable run/t7974 under checkinit
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')