| Index: tools/testing/dart/test_runner.dart
|
| diff --git a/tools/testing/dart/test_runner.dart b/tools/testing/dart/test_runner.dart
|
| index 2832652e811765860169fe7ff53aee1934b59b08..f0468fb2d04a1165a2cbb7141c8fdef25ed5d714 100644
|
| --- a/tools/testing/dart/test_runner.dart
|
| +++ b/tools/testing/dart/test_runner.dart
|
| @@ -78,8 +78,8 @@ class TestCase {
|
| [this.isNegative = false,
|
| this.info = null]) {
|
| if (!isNegative) {
|
| - // TODO(sigmund): dissallow NegativeTest once the test rename overhaul is
|
| - // done.
|
| + // TODO(sigmund): use only 'negative_test' (and not 'NegativeTest') once
|
| + // the test rename overhaul is done.
|
| this.isNegative = displayName.contains("NegativeTest")
|
| || displayName.contains("negative_test");
|
| }
|
|
|