Index: tests/co19/co19-analyzer2.status |
diff --git a/tests/co19/co19-analyzer2.status b/tests/co19/co19-analyzer2.status |
index 23f00b4053b9edf84f03572190cb21ebaf4148ad..f3673e0a92de023c1c03e87fc1e7a9ea5f41b8b7 100644 |
--- a/tests/co19/co19-analyzer2.status |
+++ b/tests/co19/co19-analyzer2.status |
@@ -119,6 +119,9 @@ Language/05_Variables/05_Variables_A12_t06: fail, OK |
Language/05_Variables/05_Variables_A13_t01: fail, OK |
Language/07_Classes/07_Classes_A02_t11: 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 the todo.
floitsch
2013/07/03 14:50:20
Done.
|
+LibTest/core/FallThroughError/FallThroughError_A01_t01: Fail # FallThroughError is no longer const. Issue TODO |
+ |
# co19 issue #429, It is a compile-time error if a formal parameter is declared as a constant variable |
Language/07_Classes/6_Constructors/1_Generative_Constructors_A15_t07: fail, OK |