summaryrefslogtreecommitdiff
path: root/test/disabled/presentation
diff options
context:
space:
mode:
authorMicro Dotta <mirco.dotta@gmail.com>2011-11-11 17:06:48 +0000
committerMicro Dotta <mirco.dotta@gmail.com>2011-11-11 17:06:48 +0000
commitbac7d17ab106d2e42119347a3259b55a21609b88 (patch)
tree51db096501babcf04065e37c1a7fa45e3bb15be4 /test/disabled/presentation
parent1016522ec924794d3966b756c5b8b78af6acc1b9 (diff)
downloadscala-bac7d17ab106d2e42119347a3259b55a21609b88.tar.gz
scala-bac7d17ab106d2e42119347a3259b55a21609b88.tar.bz2
scala-bac7d17ab106d2e42119347a3259b55a21609b88.zip
Enabled Presentation Compiler test for IDE tick...
Enabled Presentation Compiler test for IDE ticket #1000609, which has been fixed by odersky. no review.
Diffstat (limited to 'test/disabled/presentation')
-rw-r--r--test/disabled/presentation/ide-t1000609.check0
-rw-r--r--test/disabled/presentation/ide-t1000609/Runner.scala3
-rw-r--r--test/disabled/presentation/ide-t1000609/src/NoHyperlinking.scala8
3 files changed, 0 insertions, 11 deletions
diff --git a/test/disabled/presentation/ide-t1000609.check b/test/disabled/presentation/ide-t1000609.check
deleted file mode 100644
index e69de29bb2..0000000000
--- a/test/disabled/presentation/ide-t1000609.check
+++ /dev/null
diff --git a/test/disabled/presentation/ide-t1000609/Runner.scala b/test/disabled/presentation/ide-t1000609/Runner.scala
deleted file mode 100644
index 1ef3cf9025..0000000000
--- a/test/disabled/presentation/ide-t1000609/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-t1000609/src/NoHyperlinking.scala b/test/disabled/presentation/ide-t1000609/src/NoHyperlinking.scala
deleted file mode 100644
index d4bedaf9ee..0000000000
--- a/test/disabled/presentation/ide-t1000609/src/NoHyperlinking.scala
+++ /dev/null
@@ -1,8 +0,0 @@
-class Foo {
- def foo(a: Int) = a
-}
-
-object Test {
- val a = new Foo
- a.foo() /*#*/
-} \ No newline at end of file