1#!/bin/bash 2 3${TEST_SRCDIR}/google3/third_party/protobuf/objectivec/pddm \ 4 --dry-run \ 5 ${TEST_SRCDIR}/google3/third_party/protobuf/objectivec/*.[hm] \ 6 ${TEST_SRCDIR}/google3/third_party/protobuf/objectivec/Tests/*.[hm] \ 7 || die "Update by running: objectivec/DevTools/pddm.py objectivec/*.[hm] objectivec/Tests/*.[hm]" 8 9echo "PASS" 10