aboutsummaryrefslogtreecommitdiffhomepage
path: root/php/tests/compatibility_test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'php/tests/compatibility_test.sh')
-rwxr-xr-xphp/tests/compatibility_test.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/php/tests/compatibility_test.sh b/php/tests/compatibility_test.sh
index 6f1e4900..7caa46e7 100755
--- a/php/tests/compatibility_test.sh
+++ b/php/tests/compatibility_test.sh
@@ -20,7 +20,6 @@ function generate_proto() {
$PROTOC1 --php_out=generated proto/test_include.proto
$PROTOC2 --php_out=generated proto/test.proto proto/test_no_namespace.proto proto/test_prefix.proto
pushd ../../src
- $PROTOC2 --php_out=../php/tests/generated google/protobuf/empty.proto
$PROTOC2 --php_out=../php/tests/generated -I../php/tests -I. ../php/tests/proto/test_import_descriptor_proto.proto
popd
}