Skip to content

Commit f0d3892

Browse files
committed
[Fix] Formatting changes after Protobuf update
1 parent d53e48f commit f0d3892

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

test/results/global-protoc--X_GET-expected.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Error: Failed to convert input .proto to FileDescriptorSet. Error: exit status 1
44
protoc stderr:
55
/usr/bin/include: warning: directory does not exist.
66
google/protobuf/timestamp.proto: File not found.
7-
happyday.proto:5:1: Import "google/protobuf/timestamp.proto" was not found or had errors.
8-
happyday.proto:8:3: "google.protobuf.Timestamp" is not defined.
7+
/proto/happyday.proto:5:1: Import "google/protobuf/timestamp.proto" was not found or had errors.
8+
/proto/happyday.proto:8:3: "google.protobuf.Timestamp" is not defined.
99

1010
Underlying error: exit status 1
1111
######### EXIT 1 #########

test/results/global-protoc-expected.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Error: Failed to convert input .proto to FileDescriptorSet. Error: exit status 1
44
protoc stderr:
55
/usr/bin/include: warning: directory does not exist.
66
google/protobuf/timestamp.proto: File not found.
7-
happyday.proto:5:1: Import "google/protobuf/timestamp.proto" was not found or had errors.
8-
happyday.proto:8:3: "google.protobuf.Timestamp" is not defined.
7+
/proto/happyday.proto:5:1: Import "google/protobuf/timestamp.proto" was not found or had errors.
8+
/proto/happyday.proto:8:3: "google.protobuf.Timestamp" is not defined.
99

1010
Underlying error: exit status 1
1111
######### EXIT 1 #########

test/results/moved-lib--X_GET-expected.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ Error: Failed to convert input .proto to FileDescriptorSet. Error: exit status 1
4040
protoc stderr:
4141
/protocurl/protocurl-internal/include: warning: directory does not exist.
4242
google/protobuf/timestamp.proto: File not found.
43-
happyday.proto:5:1: Import "google/protobuf/timestamp.proto" was not found or had errors.
44-
happyday.proto:8:3: "google.protobuf.Timestamp" is not defined.
43+
/proto/happyday.proto:5:1: Import "google/protobuf/timestamp.proto" was not found or had errors.
44+
/proto/happyday.proto:8:3: "google.protobuf.Timestamp" is not defined.
4545

4646
Underlying error: exit status 1
4747
######### EXIT 1 #########

test/results/moved-lib-expected.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ Error: Failed to convert input .proto to FileDescriptorSet. Error: exit status 1
4040
protoc stderr:
4141
/protocurl/protocurl-internal/include: warning: directory does not exist.
4242
google/protobuf/timestamp.proto: File not found.
43-
happyday.proto:5:1: Import "google/protobuf/timestamp.proto" was not found or had errors.
44-
happyday.proto:8:3: "google.protobuf.Timestamp" is not defined.
43+
/proto/happyday.proto:5:1: Import "google/protobuf/timestamp.proto" was not found or had errors.
44+
/proto/happyday.proto:8:3: "google.protobuf.Timestamp" is not defined.
4545

4646
Underlying error: exit status 1
4747
######### EXIT 1 #########

0 commit comments

Comments
 (0)