summaryrefslogtreecommitdiff
path: root/test/files/presentation/t8085/src/nodescala/NodeScalaSuite.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/presentation/t8085/src/nodescala/NodeScalaSuite.scala')
-rw-r--r--test/files/presentation/t8085/src/nodescala/NodeScalaSuite.scala6
1 files changed, 2 insertions, 4 deletions
diff --git a/test/files/presentation/t8085/src/nodescala/NodeScalaSuite.scala b/test/files/presentation/t8085/src/nodescala/NodeScalaSuite.scala
index a8803ff86d..45e43c7afb 100644
--- a/test/files/presentation/t8085/src/nodescala/NodeScalaSuite.scala
+++ b/test/files/presentation/t8085/src/nodescala/NodeScalaSuite.scala
@@ -1,12 +1,10 @@
package nodescala
-import scala.concurrent.Future
-
class NodeScalaSuite {
- Future.always(517)
+ "".rich
// This is here only to prove that the presentation compiler is instantiated with the
// correct `sourcepath` value (if it wasn't, you would see a `not found: type Foo` in
// the test's output
println(new Foo())
-} \ No newline at end of file
+}