Fix objectivec test failure in Bazel 6+.

This fix works in Bazel 5 and 6, but the original `import pddm` only works in Bazel 5.  This is preventing our upgrade to Bazel 6 that will reduce our mac flakes in CI.

PiperOrigin-RevId: 543565397
pull/13150/head
Mike Kruskal 2 years ago committed by Copybara-Service
parent ea51496f6e
commit ff0dd3a148
  1. 2
      objectivec/DevTools/pddm_tests.py

@ -35,7 +35,7 @@
import io
import unittest
import pddm
from objectivec.DevTools import pddm
class TestParsingMacros(unittest.TestCase):

Loading…
Cancel
Save