aboutsummaryrefslogtreecommitdiff
path: root/test/src
diff options
context:
space:
mode:
Diffstat (limited to 'test/src')
-rw-r--r--test/src/Cases.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/Cases.zig b/test/src/Cases.zig
index 08aadaf0d4..aa88ad5c95 100644
--- a/test/src/Cases.zig
+++ b/test/src/Cases.zig
@@ -1524,7 +1524,7 @@ fn runOneCase(
}
} else switch (host.getExternalExecutor(target_info, .{ .link_libc = case.link_libc })) {
.native => {
- if (case.backend == .stage2 and case.target.getCpuArch() == .arm) {
+ if (case.backend == .stage2 and case.target.getCpuArch().isArmOrThumb()) {
// https://github.com/ziglang/zig/issues/13623
continue :update; // Pass test.
}