From 0165187cd07b26f15c2ca7e021747d0989d1956b Mon Sep 17 00:00:00 2001 From: Jacob Young Date: Wed, 5 Apr 2023 02:18:18 -0400 Subject: x86_64: fix some of the mass confusion about the meaning of `MCValue` --- test/behavior/array.zig | 1 - 1 file changed, 1 deletion(-) (limited to 'test/behavior/array.zig') diff --git a/test/behavior/array.zig b/test/behavior/array.zig index b2d9816c18..88a6ab947d 100644 --- a/test/behavior/array.zig +++ b/test/behavior/array.zig @@ -190,7 +190,6 @@ test "nested arrays of strings" { if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; if (builtin.zig_backend == .stage2_sparc64) return error.SkipZigTest; // TODO - if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest; const array_of_strings = [_][]const u8{ "hello", "this", "is", "my", "thing" }; for (array_of_strings, 0..) |s, i| { -- cgit v1.2.3