diff options
| author | dam <dam@gudinoff> | 2024-05-13 15:56:18 +0100 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2024-05-13 15:56:18 +0100 |
| commit | 10881d3088623f36bf4046a3d80bf9f513f54df6 (patch) | |
| tree | 0376e9b33e8e2409438f9fe738759509c329fea8 /Test_IntSatArith.jai | |
| parent | 6c383e1c5c4ac4772df4edba027c71c9ddd9948b (diff) | |
| download | task-time-tracker-10881d3088623f36bf4046a3d80bf9f513f54df6.tar.zst task-time-tracker-10881d3088623f36bf4046a3d80bf9f513f54df6.zip | |
Finish last TODO.
Diffstat (limited to 'Test_IntSatArith.jai')
| -rw-r--r-- | Test_IntSatArith.jai | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Test_IntSatArith.jai b/Test_IntSatArith.jai index 8e9125c..2128f7b 100644 --- a/Test_IntSatArith.jai +++ b/Test_IntSatArith.jai @@ -4,7 +4,7 @@ #import "Compiler"; #import "Math"; #import "String"; -#load "Integer_Saturating_Arithmetic.jai"; +#import "Integer_Saturating_Arithmetic"; main :: () { |
