summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorIulian Dragos <jaguarul@gmail.com>2016-10-19 14:32:38 +0200
committerIulian Dragos <jaguarul@gmail.com>2016-10-25 15:41:26 +0200
commit614f3de8ec09bc1d1e8b309cc0851345c7f1390d (patch)
tree5a8ee915a19bbc15a420227dc246ae399f910b2e /test
parentf66ed4d4f798fa693f87702769252ddfc6b81cf3 (diff)
downloadscala-614f3de8ec09bc1d1e8b309cc0851345c7f1390d.tar.gz
scala-614f3de8ec09bc1d1e8b309cc0851345c7f1390d.tar.bz2
scala-614f3de8ec09bc1d1e8b309cc0851345c7f1390d.zip
[backport] Replace println with log calls in BrowsingLoaders
This alternative symbol loader is used in the presentation compiler and may generate output even when the compiler should be silent. See SI-8717 for more context, even though this does not really fix the ticket.
Diffstat (limited to 'test')
-rw-r--r--test/files/presentation/t8085.check1
-rw-r--r--test/files/presentation/t8085b.check1
2 files changed, 0 insertions, 2 deletions
diff --git a/test/files/presentation/t8085.check b/test/files/presentation/t8085.check
index 921ca7528b..0e85de45f9 100644
--- a/test/files/presentation/t8085.check
+++ b/test/files/presentation/t8085.check
@@ -1,3 +1,2 @@
reload: NodeScalaSuite.scala
-open package module: package object nodescala
Test OK
diff --git a/test/files/presentation/t8085b.check b/test/files/presentation/t8085b.check
index 921ca7528b..0e85de45f9 100644
--- a/test/files/presentation/t8085b.check
+++ b/test/files/presentation/t8085b.check
@@ -1,3 +1,2 @@
reload: NodeScalaSuite.scala
-open package module: package object nodescala
Test OK