From 13022749105be7167d2c97222215ae5f30c24527 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Wed, 11 Oct 2023 11:40:13 -0700 Subject: [PATCH] move two TODO comments to a github issue --- test/standalone.zig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/standalone.zig b/test/standalone.zig index fdbac065c1..368da008d8 100644 --- a/test/standalone.zig +++ b/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"),