summaryrefslogtreecommitdiff
path: root/test/files/presentation/doc/src/p/Derived.scala
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2013-10-17 09:45:14 +0200
committerJason Zaugg <jzaugg@gmail.com>2013-10-17 09:46:05 +0200
commit8986ee4fd56c53d563165d992185c6c532f35790 (patch)
tree076ec9039182918cec636b4234cc245bbfb91cf4 /test/files/presentation/doc/src/p/Derived.scala
parente20f9e9f1fcf2a25603b2b75528e4d9395557411 (diff)
downloadscala-8986ee4fd56c53d563165d992185c6c532f35790.tar.gz
scala-8986ee4fd56c53d563165d992185c6c532f35790.tar.bz2
scala-8986ee4fd56c53d563165d992185c6c532f35790.zip
Disable flaky presentation compiler test.
Francois is investigating the root cause as part of his work on stabilizing Scaladoc preview in the IDE. The test seems to only fail on the windows nightly build. I suspect this is due to a slower or loaded machine.
Diffstat (limited to 'test/files/presentation/doc/src/p/Derived.scala')
-rwxr-xr-xtest/files/presentation/doc/src/p/Derived.scala9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/files/presentation/doc/src/p/Derived.scala b/test/files/presentation/doc/src/p/Derived.scala
deleted file mode 100755
index 1a9c9a26d1..0000000000
--- a/test/files/presentation/doc/src/p/Derived.scala
+++ /dev/null
@@ -1,9 +0,0 @@
-package p
-
-/**
- * $BaseComment
- * @define BaseVar Derived
- */
-class Derived extends Base {
- def foo = ""
-}