summaryrefslogtreecommitdiff
path: root/test/files/presentation/t8085/Test.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/presentation/t8085/Test.scala')
-rw-r--r--test/files/presentation/t8085/Test.scala1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/files/presentation/t8085/Test.scala b/test/files/presentation/t8085/Test.scala
index 5d11009818..e46b7ab8c8 100644
--- a/test/files/presentation/t8085/Test.scala
+++ b/test/files/presentation/t8085/Test.scala
@@ -5,7 +5,6 @@ import scala.tools.nsc.interactive.Response
object Test extends InteractiveTest {
override def execute(): Unit = {
- // loadSourceAndWaitUntilTypechecked("package.scala") // <-- uncomment this line and the test succeed
val src = loadSourceAndWaitUntilTypechecked("NodeScalaSuite.scala")
checkErrors(src)
}