From b976997e16835e822ef9400973ac12a20e3d0705 Mon Sep 17 00:00:00 2001 From: joachimschmidt557 Date: Tue, 6 Sep 2022 12:34:27 +0200 Subject: stage2 ARM: implement ptr_elem_val --- test/behavior/basic.zig | 1 - 1 file changed, 1 deletion(-) (limited to 'test/behavior/basic.zig') 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 -- cgit v1.2.3