| Index: tools/testing/dart/test_suite.dart
|
| diff --git a/tools/testing/dart/test_suite.dart b/tools/testing/dart/test_suite.dart
|
| index 7c1654f1fbc1e8998446f1bd5b56a04315ea4e4c..321ae1abff9a6df862c8ded528d96ba28d1b0536 100644
|
| --- a/tools/testing/dart/test_suite.dart
|
| +++ b/tools/testing/dart/test_suite.dart
|
| @@ -940,7 +940,7 @@ class JUnitTestSuite implements TestSuite {
|
| '-classpath', classPath,
|
| '-Dcom.google.dart.runner.d8=$d8',
|
| '-Dcom.google.dart.corelib.SharedTests.test_py=' +
|
| - dartDir + '/tools/test_wrapper.py',
|
| + dartDir + '/tools/test.py',
|
| 'org.junit.runner.JUnitCore'];
|
| args.addAll(testClasses);
|
|
|
|
|