Commit 07bb8681e9
Changed files (1)
lib
std
build
lib/std/build/OptionsStep.zig
@@ -262,4 +262,6 @@ test "OptionsStep" {
\\};
\\
, options.contents.items);
+
+ _ = try std.zig.parse(&arena.allocator, try options.contents.toOwnedSliceSentinel(0));
}