summaryrefslogtreecommitdiff
path: root/test/files/presentation/t1207/Test.scala
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2013-04-30 05:25:10 -0700
committerPaul Phillips <paulp@improving.org>2013-04-30 08:13:02 -0700
commite6af9bcd0e68859a3bb71140342bb76c136714ee (patch)
tree2a4832267cc39d397783547b26ee23607a60e0ec /test/files/presentation/t1207/Test.scala
parentbf0db36d8bbb0ac7faa0652b98458cfebca8e78a (diff)
downloadscala-e6af9bcd0e68859a3bb71140342bb76c136714ee.tar.gz
scala-e6af9bcd0e68859a3bb71140342bb76c136714ee.tar.bz2
scala-e6af9bcd0e68859a3bb71140342bb76c136714ee.zip
SI-7362, crash in presentation compiler.
Code by retronym, test by huitseeker, I just move stuff around.
Diffstat (limited to 'test/files/presentation/t1207/Test.scala')
-rw-r--r--test/files/presentation/t1207/Test.scala3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/files/presentation/t1207/Test.scala b/test/files/presentation/t1207/Test.scala
new file mode 100644
index 0000000000..bec1131c4c
--- /dev/null
+++ b/test/files/presentation/t1207/Test.scala
@@ -0,0 +1,3 @@
+import scala.tools.nsc.interactive.tests.InteractiveTest
+
+object Test extends InteractiveTest \ No newline at end of file