diff options
| author | joachimschmidt557 <joachim.schmidt557@outlook.com> | 2022-09-06 12:34:27 +0200 |
|---|---|---|
| committer | joachimschmidt557 <joachim.schmidt557@outlook.com> | 2022-09-09 19:17:18 +0200 |
| commit | b976997e16835e822ef9400973ac12a20e3d0705 (patch) | |
| tree | a78725862b74dac733eca2a90961cf7875cbcede /test/behavior/basic.zig | |
| parent | a0a7d15142cfffbab934860064a44b7615f9dd55 (diff) | |
| download | zig-b976997e16835e822ef9400973ac12a20e3d0705.tar.gz zig-b976997e16835e822ef9400973ac12a20e3d0705.zip | |
stage2 ARM: implement ptr_elem_val
Diffstat (limited to 'test/behavior/basic.zig')
| -rw-r--r-- | test/behavior/basic.zig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/behavior/basic.zig b/test/behavior/basic.zig index a8909df107..d073bd9316 100644 --- a/test/behavior/basic.zig +++ b/test/behavior/basic.zig @@ -641,7 +641,6 @@ test "global constant is loaded with a runtime-known index" { test "multiline string literal is null terminated" { if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; - if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; const s1 = \\one |
