diff options
| author | Zuhaitz Méndez Fernández de Aránguiz <zuhaitz@debian> | 2026-01-24 00:09:29 +0000 |
|---|---|---|
| committer | Zuhaitz Méndez Fernández de Aránguiz <zuhaitz@debian> | 2026-01-24 00:09:29 +0000 |
| commit | 27d041865d17a4055e7e6b3e297656d6f35a0f3b (patch) | |
| tree | 8fe0cbd2fecf24a6da3150dc4a2666a1c6dec0c3 /tests/features/test_operators_suite.zc | |
| parent | 1991cb62d26b954e54cf13c2d765fb3a0bbaa3ca (diff) | |
Welcome to 'def' + changed 'const'
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" { |
