Inlcude the file that was used to generate service descriptors
diff --git a/compiler/src/test/golden/TestService.java.txt b/compiler/src/test/golden/TestService.java.txt
index 904963e..3dbaa26 100644
--- a/compiler/src/test/golden/TestService.java.txt
+++ b/compiler/src/test/golden/TestService.java.txt
@@ -13,7 +13,9 @@
import static io.grpc.stub.ServerCalls.asyncClientStreamingCall;
import static io.grpc.stub.ServerCalls.asyncBidiStreamingCall;
-@javax.annotation.Generated("by gRPC proto compiler")
+@javax.annotation.Generated(
+ value = "by gRPC proto compiler",
+ comments = "Source: test.proto")
public class TestServiceGrpc {
private TestServiceGrpc() {}