diff options
| author | Daniel Gavin <danielgavin5@hotmail.com> | 2022-04-15 20:16:35 +0200 |
|---|---|---|
| committer | Daniel Gavin <danielgavin5@hotmail.com> | 2022-04-15 20:16:35 +0200 |
| commit | f1ff4eee9bc0b9dc9a74c567c36d14eca961c3f4 (patch) | |
| tree | 260207e3287a1adbc0f97c346351bba34a52d673 /tests | |
| parent | 3bc62c71ad12cce6d33e55d2a051f92626d1a825 (diff) | |
fix for new odin version
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/session_test.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/session_test.odin b/tests/session_test.odin index ae37809..641fc23 100644 --- a/tests/session_test.odin +++ b/tests/session_test.odin @@ -349,7 +349,7 @@ main :: proc() { context.allocator = mem.tracking_allocator(&tracking_allocator); - init_global_temporary_allocator(mem.megabytes(5)); + init_global_temporary_allocator(mem.Megabyte * 5); src.run(&reader, &writer); |