Fix dartc testing.
TBR=sra, BUG= Review URL: https://codereview.chromium.org//11784011 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@16675 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
@@ -1453,7 +1453,8 @@ class DartcCompilationTestSuite extends StandardTestSuite {
|
||||
: super(configuration,
|
||||
suiteName,
|
||||
new Path.fromNative(directoryPath),
|
||||
expectations);
|
||||
expectations,
|
||||
[]);
|
||||
|
||||
List<String> additionalOptions(Path filePath) {
|
||||
return ['--fatal-warnings', '--fatal-type-errors'];
|
||||
|
||||
Reference in New Issue
Block a user