Skip to content

Commit 2b7103e

Browse files
authored
build(test_protoc): remove non-existant .proto file mentioned (#182)
1 parent 97fd323 commit 2b7103e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

build.zig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ pub fn build(b: *std.Build) !void {
153153
.source_files = &.{
154154
b.path("tests/protos_for_test/all.proto"),
155155
b.path("tests/protos_for_test/complex_type.proto"),
156-
b.path("tests/protos_for_test/issue-143-self-ref-union.proto"),
157156
b.path("tests/protos_for_test/onnx.proto"),
158157
b.path("tests/protos_for_test/test_service.proto"),
159158
b.path("tests/protos_for_test/whitespace-in-name.proto"),

0 commit comments

Comments
 (0)