blob: 99e01a1bcd6f84a9926fc32f36de71cfa557420e [file] [log] [blame]
#!/bin/bash
${TEST_SRCDIR}/google3/third_party/protobuf/objectivec/pddm \
--dry-run \
${TEST_SRCDIR}/google3/third_party/protobuf/objectivec/*.[hm] \
${TEST_SRCDIR}/google3/third_party/protobuf/objectivec/Tests/*.[hm] \
|| die "Update by running: objectivec/DevTools/pddm.py objectivec/*.[hm] objectivec/Tests/*.[hm]"
echo "PASS"