From 06ea3385fff636bc2ebc52d2c4eafcc58aa5a79b Mon Sep 17 00:00:00 2001 From: "efortuna@google.com" Date: Sat, 5 Jan 2013 03:41:15 +0000 Subject: [PATCH] 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 --- tools/testing/dart/test_suite.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/testing/dart/test_suite.dart b/tools/testing/dart/test_suite.dart index 6c56e1b2da9..000a864309d 100644 --- a/tools/testing/dart/test_suite.dart +++ b/tools/testing/dart/test_suite.dart @@ -1453,7 +1453,8 @@ class DartcCompilationTestSuite extends StandardTestSuite { : super(configuration, suiteName, new Path.fromNative(directoryPath), - expectations); + expectations, + []); List additionalOptions(Path filePath) { return ['--fatal-warnings', '--fatal-type-errors'];