diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2023-07-25 18:15:25 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2023-07-25 18:17:18 -0700 |
| commit | 48e0b89f2c114007ac3ffa5aec6db9f2ff8eda4e (patch) | |
| tree | 6d3dfa80f62a33b2f474d3dd747fdcf689cb618d /test | |
| parent | 5ab185460282eedb6e1d673041a4579eaacbc6ad (diff) | |
| download | zig-48e0b89f2c114007ac3ffa5aec6db9f2ff8eda4e.tar.gz zig-48e0b89f2c114007ac3ffa5aec6db9f2ff8eda4e.zip | |
remove tools/extract-grammar.zig
This is not a sound way to check Zig's grammar against the spec.
This is a partial revert of f8f1c6ac06636d816e5dff205d6713a337df387d.
Diffstat (limited to 'test')
| -rw-r--r-- | test/standalone.zig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/standalone.zig b/test/standalone.zig index c594a68a86..7cbe452934 100644 --- a/test/standalone.zig +++ b/test/standalone.zig @@ -62,7 +62,6 @@ pub const simple_cases = [_]SimpleCase{ // Ensure the development tools are buildable. Alphabetically sorted. // No need to build `tools/spirv/grammar.zig`. - .{ .src_path = "tools/extract-grammar.zig" }, .{ .src_path = "tools/gen_outline_atomics.zig" }, .{ .src_path = "tools/gen_spirv_spec.zig" }, .{ .src_path = "tools/gen_stubs.zig" }, |
