aboutsummaryrefslogtreecommitdiff
path: root/test/tests.zig
diff options
context:
space:
mode:
authorJacob Young <jacobly0@users.noreply.github.com>2023-10-28 03:16:33 -0400
committerJacob Young <jacobly0@users.noreply.github.com>2023-10-29 07:20:36 -0400
commitf6f2708d8289e1cd6c24b954c261d478ee73ccfc (patch)
tree576863cc60c8626c8b89b01621d0538a4923a9ce /test/tests.zig
parent1fecf86ebfa352927e2e3aedfd16b0755482e96e (diff)
downloadzig-f6f2708d8289e1cd6c24b954c261d478ee73ccfc.tar.gz
zig-f6f2708d8289e1cd6c24b954c261d478ee73ccfc.zip
x86_64: fix compiler rt test failures
Diffstat (limited to 'test/tests.zig')
-rw-r--r--test/tests.zig5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/tests.zig b/test/tests.zig
index 340c3dd0c4..e2bd12028b 100644
--- a/test/tests.zig
+++ b/test/tests.zig
@@ -1241,11 +1241,6 @@ pub fn addCAbiTests(b: *std.Build, skip_non_native: bool, skip_release: bool) *S
continue;
}
- if (c_abi_target.use_llvm == false and optimize_mode == .ReleaseFast) {
- // panic: unrecognized command line argument
- continue;
- }
-
const test_step = b.addTest(.{
.name = b.fmt("test-c-abi-{s}-{s}-{s}{s}{s}{s}", .{
c_abi_target.target.zigTriple(b.allocator) catch @panic("OOM"),