Commit 1302274910

Andrew Kelley <andrew@ziglang.org>
2023-10-11 20:40:13
move two TODO comments to a github issue
1 parent f80ca1d
Changed files (1)
test/standalone.zig
@@ -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"),