summaryrefslogtreecommitdiff
path: root/test/disabled
diff options
context:
space:
mode:
authorMicro Dotta <mirco.dotta@gmail.com>2011-11-11 16:08:26 +0000
committerMicro Dotta <mirco.dotta@gmail.com>2011-11-11 16:08:26 +0000
commit78315845b10c9fc77c76c1440a780711c700ae0b (patch)
tree3212a2ee6b0a99a56b3dad9d0d2c8eb85725bc26 /test/disabled
parent7918510f4dd1914dfcf156c85e590857e2ac5054 (diff)
downloadscala-78315845b10c9fc77c76c1440a780711c700ae0b.tar.gz
scala-78315845b10c9fc77c76c1440a780711c700ae0b.tar.bz2
scala-78315845b10c9fc77c76c1440a780711c700ae0b.zip
Enabled Presentation Compiler test for IDE tick...
Enabled Presentation Compiler test for IDE ticket #1000349, which has been fixed by odersky in r25625. no review.
Diffstat (limited to 'test/disabled')
-rw-r--r--test/disabled/presentation/ide-bug-1000349.check0
-rw-r--r--test/disabled/presentation/ide-bug-1000349/Runner.scala3
-rw-r--r--test/disabled/presentation/ide-bug-1000349/src/CompletionOnEmptyArgMethod.scala3
3 files changed, 0 insertions, 6 deletions
diff --git a/test/disabled/presentation/ide-bug-1000349.check b/test/disabled/presentation/ide-bug-1000349.check
deleted file mode 100644
index e69de29bb2..0000000000
--- a/test/disabled/presentation/ide-bug-1000349.check
+++ /dev/null
diff --git a/test/disabled/presentation/ide-bug-1000349/Runner.scala b/test/disabled/presentation/ide-bug-1000349/Runner.scala
deleted file mode 100644
index 1ef3cf9025..0000000000
--- a/test/disabled/presentation/ide-bug-1000349/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/disabled/presentation/ide-bug-1000349/src/CompletionOnEmptyArgMethod.scala b/test/disabled/presentation/ide-bug-1000349/src/CompletionOnEmptyArgMethod.scala
deleted file mode 100644
index 55df2abc11..0000000000
--- a/test/disabled/presentation/ide-bug-1000349/src/CompletionOnEmptyArgMethod.scala
+++ /dev/null
@@ -1,3 +0,0 @@
-object Foo {
- "".toString.leng /*!*/
-} \ No newline at end of file