Chromium Code Reviews| Index: tests/co19/co19-analyzer.status |
| diff --git a/tests/co19/co19-analyzer.status b/tests/co19/co19-analyzer.status |
| index 81761dd8930d8c38b6e2ca5c6a24fc4d99346197..bdb8171d36b3f285e1b5c91c7b8ed354ff3aaca3 100644 |
| --- a/tests/co19/co19-analyzer.status |
| +++ b/tests/co19/co19-analyzer.status |
| @@ -191,6 +191,9 @@ LibTest/core/AssertionError/failedAssertion_A01_t01: fail, OK |
| LibTest/core/AssertionError/line_A01_t02: fail, OK |
| LibTest/core/AssertionError/url_A01_t01: fail, OK |
| +LibTest/core/FallThroughError/toString_A01_t01: Fail # FallThroughError is no longer const. Issue TODO |
|
Lasse Reichstein Nielsen
2013/07/03 13:06:13
Do too!
floitsch
2013/07/03 14:50:20
Done.
|
| +LibTest/core/FallThroughError/FallThroughError_A01_t01: Fail # FallThroughError is no longer const. Issue TODO |
| + |
| # co19 issue #437, annotation should be constant _variable_ or constant constructor invocation |
| Language/07_Classes/07_Classes_A01_t20: fail, OK |
| Language/07_Classes/07_Classes_A02_t34: fail, OK |