| Index: tests/co19/co19-analyzer.status
|
| diff --git a/tests/co19/co19-analyzer.status b/tests/co19/co19-analyzer.status
|
| index 252a971642895529f774b3ea9e269b7a3258e190..8befe3d7a83e0ee7829c85bf6aecb5912275a447 100644
|
| --- a/tests/co19/co19-analyzer.status
|
| +++ b/tests/co19/co19-analyzer.status
|
| @@ -90,6 +90,9 @@ Language/07_Classes/6_Constructors/1_Generative_Constructors_A21_t01: fail, OK
|
| # co19 issue #515, it is a compile-time error if there is more than one entity with the same name declared in the same scope
|
| Language/07_Classes/3_Setters_A08_t03: fail, OK
|
|
|
| +# co19 issue #593: Conditional expressions are now allowed as constant expressions
|
| +Language/12_Expressions/01_Constants_A15_t16: fail, OK
|
| +
|
| # co19 issue #438, Static variables are initialized lazily, need not be constants
|
| Language/12_Expressions/01_Constants_A16_t01: fail, OK
|
| Language/12_Expressions/01_Constants_A16_t02: fail, OK
|
|
|