diff options
| author | LemonBoy <thatlemon@gmail.com> | 2021-01-22 15:45:28 +0100 |
|---|---|---|
| committer | LemonBoy <thatlemon@gmail.com> | 2021-01-22 15:46:58 +0100 |
| commit | 134f5fd3d690cfdce2ab7d622cb233b3e510bf3a (patch) | |
| tree | e841be427472bffae23efd649212a6e4e0cac8bd /lib/std/math/big | |
| parent | ac004e1bf13d00804c30f55d479b554774798307 (diff) | |
| download | zig-134f5fd3d690cfdce2ab7d622cb233b3e510bf3a.tar.gz zig-134f5fd3d690cfdce2ab7d622cb233b3e510bf3a.zip | |
std: Update `test ""` to `test` where it makes sense
Diffstat (limited to 'lib/std/math/big')
| -rw-r--r-- | lib/std/math/big/int.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/std/math/big/int.zig b/lib/std/math/big/int.zig index 504083dcce..3cd72dd8e4 100644 --- a/lib/std/math/big/int.zig +++ b/lib/std/math/big/int.zig @@ -2344,6 +2344,6 @@ fn fixedIntFromSignedDoubleLimb(A: SignedDoubleLimb, storage: []Limb) Mutable { }; } -test "" { +test { _ = @import("int_test.zig"); } |
