move two TODO comments to a github issue

This commit is contained in:
Andrew Kelley
2023-10-11 11:40:13 -07:00
parent f80ca1d66a
commit 1302274910

View File

@@ -141,12 +141,12 @@ pub const build_cases = [_]BuildCase{
.build_root = "test/standalone/install_raw_hex",
.import = @import("standalone/install_raw_hex/build.zig"),
},
// TODO take away EmitOption.emit_to option and make it give a FileSource
// https://github.com/ziglang/zig/issues/17484
//.{
// .build_root = "test/standalone/emit_asm_and_bin",
// .import = @import("standalone/emit_asm_and_bin/build.zig"),
//},
// TODO take away EmitOption.emit_to option and make it give a FileSource
// https://github.com/ziglang/zig/issues/17484
//.{
// .build_root = "test/standalone/issue_12588",
// .import = @import("standalone/issue_12588/build.zig"),