| author | |
| committer | |
| log | 07bb8681e97f122ad7e883cb40f28639c01b020e |
| tree | 16350f1c28731171d146b9fc32ea5cb56fbe1fbc |
| parent | 371d3f12a2aacc606eb8a0cfd2779f0606975dc1 |
1 files changed, 2 insertions(+), 0 deletions(-)
lib/std/build/OptionsStep.zig+2| ... | @@ -262,4 +262,6 @@ test "OptionsStep" { | ... | @@ -262,4 +262,6 @@ test "OptionsStep" { |
| 262 | \\}; | 262 | \\}; |
| 263 | \\ | 263 | \\ |
| 264 | , options.contents.items); | 264 | , options.contents.items); |
| 265 | |||
| 266 | _ = try std.zig.parse(&arena.allocator, try options.contents.toOwnedSliceSentinel(0)); | ||
| 265 | } | 267 | } |