| Index: tools/testing/dart/test_runner.dart
|
| diff --git a/tools/testing/dart/test_runner.dart b/tools/testing/dart/test_runner.dart
|
| index aa249b6b54eddf22e5700e629d4c51dccbad7332..582701874d79eaca1918f58ead562bcc1ebf31be 100644
|
| --- a/tools/testing/dart/test_runner.dart
|
| +++ b/tools/testing/dart/test_runner.dart
|
| @@ -38,7 +38,7 @@ class TestCase {
|
| [isNegative = false])
|
| : this.isNegative = isNegative {
|
| if (!isNegative) {
|
| - isNegative = displayName.contains("NegativeTest");
|
| + this.isNegative = displayName.contains("NegativeTest");
|
| }
|
| commandLine = executablePath;
|
| for (var arg in arguments) {
|
|
|