diff options
Diffstat (limited to 'tests/features/test_operators_suite.zc')
| -rw-r--r-- | tests/features/test_operators_suite.zc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/features/test_operators_suite.zc b/tests/features/test_operators_suite.zc index 68b73fe..cf0f4c2 100644 --- a/tests/features/test_operators_suite.zc +++ b/tests/features/test_operators_suite.zc @@ -93,7 +93,7 @@ test "test_operator_overloading" { f1 |= f2; "Result bits: {f1.bits} (Expected 5)"; - const MAX_LIMIT = 100; + def MAX_LIMIT = 100; } test "test_extended_overloading" { |
