diff options
| author | joachimschmidt557 <joachim.schmidt557@outlook.com> | 2022-09-09 17:01:09 +0200 |
|---|---|---|
| committer | joachimschmidt557 <joachim.schmidt557@outlook.com> | 2022-09-09 20:26:04 +0200 |
| commit | 94499898e5cd31209ddfdae3f0c9b418b7f67e60 (patch) | |
| tree | c058983361e981d9cbc21139b79e9bfd1ad4864b /test/behavior/eval.zig | |
| parent | b976997e16835e822ef9400973ac12a20e3d0705 (diff) | |
| download | zig-94499898e5cd31209ddfdae3f0c9b418b7f67e60.tar.gz zig-94499898e5cd31209ddfdae3f0c9b418b7f67e60.zip | |
stage2 ARM: implement basic array_elem_val
Diffstat (limited to 'test/behavior/eval.zig')
| -rw-r--r-- | test/behavior/eval.zig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/behavior/eval.zig b/test/behavior/eval.zig index 373e4e33c6..47d2e4374e 100644 --- a/test/behavior/eval.zig +++ b/test/behavior/eval.zig @@ -336,7 +336,6 @@ fn doesAlotT(comptime T: type, value: usize) T { } test "@setEvalBranchQuota at same scope as generic function call" { - if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; // TODO if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; // TODO try expect(doesAlotT(u32, 2) == 2); |
