summaryrefslogtreecommitdiff
path: root/test/files/presentation/ide-bug-1000469/Runner.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/presentation/ide-bug-1000469/Runner.scala')
-rw-r--r--test/files/presentation/ide-bug-1000469/Runner.scala5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/files/presentation/ide-bug-1000469/Runner.scala b/test/files/presentation/ide-bug-1000469/Runner.scala
new file mode 100644
index 0000000000..c53533fddd
--- /dev/null
+++ b/test/files/presentation/ide-bug-1000469/Runner.scala
@@ -0,0 +1,5 @@
+import scala.tools.nsc.interactive.tests._
+
+object Test extends InteractiveTest {
+ override val runRandomTests = false
+}