aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/basic.zig
diff options
context:
space:
mode:
authorJakub Konka <kubkon@jakubkonka.com>2022-03-18 20:02:33 +0100
committerGitHub <noreply@github.com>2022-03-18 20:02:33 +0100
commit338bf55e84abcb4f5fb595266135d6fc074ecf3c (patch)
tree1c8d9f805821816ae6cd08efce0cead6fc85dd63 /test/behavior/basic.zig
parent3865a61a99de85f864f98dc75f9a3ef4aa2b43ee (diff)
parentc32e2c4d3cc66e8984f83a1d26265c64ec9a0f19 (diff)
downloadzig-338bf55e84abcb4f5fb595266135d6fc074ecf3c.tar.gz
zig-338bf55e84abcb4f5fb595266135d6fc074ecf3c.zip
Merge pull request #11216 from joachimschmidt557/stage2-arm
stage2 ARM: remove MCValue.embedded_in_code
Diffstat (limited to 'test/behavior/basic.zig')
-rw-r--r--test/behavior/basic.zig1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/behavior/basic.zig b/test/behavior/basic.zig
index 889519b056..43967ee0e5 100644
--- a/test/behavior/basic.zig
+++ b/test/behavior/basic.zig
@@ -636,7 +636,6 @@ var global_ptr = &gdt[0];
test "global constant is loaded with a runtime-known index" {
if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest;
- if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest;
const S = struct {
fn doTheTest() !void {