aboutsummaryrefslogtreecommitdiff
path: root/test/dotc/tests.scala
diff options
context:
space:
mode:
authorDmitry Petrashko <dmitry.petrashko@gmail.com>2015-05-13 12:32:45 +0200
committerDmitry Petrashko <dmitry.petrashko@gmail.com>2015-05-13 12:48:14 +0200
commitcb5b6a0d85be25b76946b8bfc6821c7e399463a6 (patch)
treedfd31ed40580f17d4fe6161ab533129f6adb9c5c /test/dotc/tests.scala
parent73a93505c432b410ae39fb3c4d6168b2e49832ce (diff)
downloaddotty-cb5b6a0d85be25b76946b8bfc6821c7e399463a6.tar.gz
dotty-cb5b6a0d85be25b76946b8bfc6821c7e399463a6.tar.bz2
dotty-cb5b6a0d85be25b76946b8bfc6821c7e399463a6.zip
Run partest directory as whole by default.
Diffstat (limited to 'test/dotc/tests.scala')
-rw-r--r--test/dotc/tests.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/dotc/tests.scala b/test/dotc/tests.scala
index 88d076fd3..42ce1136c 100644
--- a/test/dotc/tests.scala
+++ b/test/dotc/tests.scala
@@ -137,9 +137,9 @@ class tests extends CompilerTest {
@Test def neg_escapingRefs = compileFile(negDir, "escapingRefs", xerrors = 2)
@Test def neg_instantiateAbstract = compileFile(negDir, "instantiateAbstract", xerrors = 8)
@Test def neg_selfInheritance = compileFile(negDir, "selfInheritance", xerrors = 5)
+
- @Test def run_hello = runFile(runDir, "hello")
- @Test def run_lazyVals = runFile(runDir, "lazyVals")
+ @Test def run_all = runFiles(runDir)
@Test def dotty = compileDir(dottyDir, "tools", "-deep" :: allowDeepSubtypes ++ twice) // note the -deep argument