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_concurrency_suite.zc | |
| parent | 1991cb62d26b954e54cf13c2d765fb3a0bbaa3ca (diff) | |
Welcome to 'def' + changed 'const'
Diffstat (limited to 'tests/features/test_concurrency_suite.zc')
| -rw-r--r-- | tests/features/test_concurrency_suite.zc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/features/test_concurrency_suite.zc b/tests/features/test_concurrency_suite.zc index 836594d..aa7512a 100644 --- a/tests/features/test_concurrency_suite.zc +++ b/tests/features/test_concurrency_suite.zc @@ -59,7 +59,7 @@ test "test_thread" { c.val = 0; c.lock = Mutex::new(); - const N = 10000; + def N = 10000; var t1_res = Thread::spawn(fn() { for (var i=0; i<N; ++i) { |
