| Index: tests/compiler/dart2js/exit_code_test.dart
|
| diff --git a/tests/compiler/dart2js/exit_code_test.dart b/tests/compiler/dart2js/exit_code_test.dart
|
| index fd5c38f8331c22118650efb8a2fa10c827e2af28..4db2ecd5e8a479d42c7550d9e7830c2eeccaf7a3 100644
|
| --- a/tests/compiler/dart2js/exit_code_test.dart
|
| +++ b/tests/compiler/dart2js/exit_code_test.dart
|
| @@ -218,6 +218,7 @@ Future testExitCodes(String marker, Map<String,int> expectedExitCodes) {
|
| }
|
|
|
| void main() {
|
| + // TODO(johnniwinther): implement this test for unchecked mode.
|
| bool isCheckedMode = false;
|
| assert(isCheckedMode = true);
|
| Expect.isTrue(isCheckedMode, 'This test must be run in checked mode.');
|
|
|