summaryrefslogtreecommitdiff
path: root/test/files/presentation/ide-bug-1000508
diff options
context:
space:
mode:
authorMicro Dotta <mirco.dotta@gmail.com>2011-09-05 10:17:17 +0000
committerMicro Dotta <mirco.dotta@gmail.com>2011-09-05 10:17:17 +0000
commit0d379b728ae11dcc2f15d1e3e3143cb650acf0c3 (patch)
treee2bd43b1cff51eb1a963ab34eca152fa26d8131b /test/files/presentation/ide-bug-1000508
parent4235635142d77d0c087c026fef8d8e6ee535e9d9 (diff)
downloadscala-0d379b728ae11dcc2f15d1e3e3143cb650acf0c3.tar.gz
scala-0d379b728ae11dcc2f15d1e3e3143cb650acf0c3.tar.bz2
scala-0d379b728ae11dcc2f15d1e3e3143cb650acf0c3.zip
Moved test for scala-ide ticket-1000508 under /...
Moved test for scala-ide ticket-1000508 under /disabled/presentation/ directory, as the current test's result is wrong (the ticket is still opened). It will be moved back only once the ticket is closed. No review.
Diffstat (limited to 'test/files/presentation/ide-bug-1000508')
-rw-r--r--test/files/presentation/ide-bug-1000508/Runner.scala3
-rw-r--r--test/files/presentation/ide-bug-1000508/src/Foo.scala3
2 files changed, 0 insertions, 6 deletions
diff --git a/test/files/presentation/ide-bug-1000508/Runner.scala b/test/files/presentation/ide-bug-1000508/Runner.scala
deleted file mode 100644
index 1ef3cf9025..0000000000
--- a/test/files/presentation/ide-bug-1000508/Runner.scala
+++ /dev/null
@@ -1,3 +0,0 @@
-import scala.tools.nsc.interactive.tests._
-
-object Test extends InteractiveTest \ No newline at end of file
diff --git a/test/files/presentation/ide-bug-1000508/src/Foo.scala b/test/files/presentation/ide-bug-1000508/src/Foo.scala
deleted file mode 100644
index cb5d9ad5dc..0000000000
--- a/test/files/presentation/ide-bug-1000508/src/Foo.scala
+++ /dev/null
@@ -1,3 +0,0 @@
-object Foo {
- 1./*!*/
-} \ No newline at end of file