Fix bazel location of testdata

This commit is contained in:
Aaron Crickenberger 2020-03-31 16:11:18 -07:00
parent 788a073c79
commit ec0d6cb693

View File

@ -9,7 +9,7 @@ To update the list, run
```console ```console
bazel build //test/conformance:list_conformance_tests bazel build //test/conformance:list_conformance_tests
cp bazel-genfiles/test/conformance/conformance.yaml test/conformance/testdata cp bazel-bin/test/conformance/conformance.yaml test/conformance/testdata
``` ```
Add the changed file to your PR, then send for review. Add the changed file to your PR, then send for review.