Migrates the import paths of the skylark
testing rules.

--
PiperOrigin-RevId: 154232583
MOS_MIGRATED_REVID=154232583
diff --git a/src/TulsiGeneratorIntegrationTests/Resources/PlatformDependent.BUILD b/src/TulsiGeneratorIntegrationTests/Resources/PlatformDependent.BUILD
index b3b3c20..fd5b460 100644
--- a/src/TulsiGeneratorIntegrationTests/Resources/PlatformDependent.BUILD
+++ b/src/TulsiGeneratorIntegrationTests/Resources/PlatformDependent.BUILD
@@ -95,9 +95,9 @@
 )
 
 ## Skylark-based test rules.
-load("//tools/build_defs/apple:ios.bzl", "skylark_ios_application")
 load(
-    "//tools/build_defs/apple/testing:ios.bzl",
+    "//tools/build_defs/apple:ios.bzl",
+    "skylark_ios_application",
     "ios_unit_test",
     "ios_ui_test",
 )