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