aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJacob Young <jacobly0@users.noreply.github.com>2022-10-31 22:30:34 -0400
committerJacob Young <jacobly0@users.noreply.github.com>2022-11-01 20:38:37 -0400
commit757db665a79d7885d1c8f83df65a25adc7af9a69 (patch)
tree402a2b41204af488a1b68e97123452ac881531bb /test
parent93d60d0de76e5dca666682e51589c0819eed2507 (diff)
downloadzig-757db665a79d7885d1c8f83df65a25adc7af9a69.tar.gz
zig-757db665a79d7885d1c8f83df65a25adc7af9a69.zip
build: remove `ofmt` from `LibExeObjStep` which is redundant with `target.ofmt`
Diffstat (limited to 'test')
-rw-r--r--test/tests.zig4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/tests.zig b/test/tests.zig
index 266d2a37d0..81be2c9d5c 100644
--- a/test/tests.zig
+++ b/test/tests.zig
@@ -52,6 +52,9 @@ const test_targets = blk: {
},
.{
+ .target = .{
+ .ofmt = .c,
+ },
.link_libc = true,
.backend = .stage2_c,
},
@@ -720,7 +723,6 @@ pub fn addPkgTests(
.stage2_c => {
these_tests.use_stage1 = false;
these_tests.use_llvm = false;
- these_tests.ofmt = .c;
},
else => {
these_tests.use_stage1 = false;