Skip to content

Commit 8099939

Browse files
committed
re-enable emit_asm_and_bin and emit_llvm_no_bin tests
These were fixed during the last few commits too. The emit_llvm_no_bin test is renamed from the issue_12588 test. Closes ziglang#17484
1 parent 294ca65 commit 8099939

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

test/standalone/build.zig.zon

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -51,16 +51,14 @@
5151
.install_raw_hex = .{
5252
.path = "install_raw_hex",
5353
},
54-
// https://github.com/ziglang/zig/issues/17484
55-
//.emit_asm_and_bin = .{
56-
// .path = "emit_asm_and_bin",
57-
//},
58-
// https://github.com/ziglang/zig/issues/17484
59-
//.issue_12588 = .{
60-
// .path = "issue_12588",
61-
//},
54+
.emit_asm_and_bin = .{
55+
.path = "emit_asm_and_bin",
56+
},
57+
.emit_llvm_no_bin = .{
58+
.path = "emit_llvm_no_bin",
59+
},
6260
.emit_asm_no_bin = .{
63-
.path = "emit_asm_no_bin",
61+
.path = "emit_asm_no_bin",
6462
},
6563
.child_process = .{
6664
.path = "child_process",

0 commit comments

Comments
 (0)