Skip to content

Commit 1302274

Browse files
committed
move two TODO comments to a github issue
1 parent f80ca1d commit 1302274

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/standalone.zig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,12 +141,12 @@ pub const build_cases = [_]BuildCase{
141141
.build_root = "test/standalone/install_raw_hex",
142142
.import = @import("standalone/install_raw_hex/build.zig"),
143143
},
144-
// TODO take away EmitOption.emit_to option and make it give a FileSource
144+
// https://github.com/ziglang/zig/issues/17484
145145
//.{
146146
// .build_root = "test/standalone/emit_asm_and_bin",
147147
// .import = @import("standalone/emit_asm_and_bin/build.zig"),
148148
//},
149-
// TODO take away EmitOption.emit_to option and make it give a FileSource
149+
// https://github.com/ziglang/zig/issues/17484
150150
//.{
151151
// .build_root = "test/standalone/issue_12588",
152152
// .import = @import("standalone/issue_12588/build.zig"),

0 commit comments

Comments
 (0)