From ba2913bdb52bf1a42bd831e9429e044ee8d3c42f Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Tue, 29 Apr 2014 17:14:27 +0200 Subject: Changes to test framework and tests defaultOptions is now an implicit parameter, which means it can be overridden on a call-by-call basis. Added -Ycheck:front to verify that typed trees typecheck again with same types. The option is disabled for one of the structural tests. --- test/dotc/comptest.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/dotc/comptest.scala') diff --git a/test/dotc/comptest.scala b/test/dotc/comptest.scala index e7f60488b..63c400304 100644 --- a/test/dotc/comptest.scala +++ b/test/dotc/comptest.scala @@ -15,7 +15,7 @@ object comptest extends CompilerTest { dotcDir + "tools/dotc/ast/Trees.scala", "#runs", "2", "-Ylog:frontend", - "-Xprompt")) + "-Xprompt"))(Nil) // compileDir(dotcDir + "tools/dotc/printing", List("-Xprompt", "-Ylog:frontend", "#runs", "2", "-uniqid")) } -- cgit v1.2.3