Update Tulsi integration tests to use the new bundling implementation of rules_apple.

PiperOrigin-RevId: 224848976
diff --git a/src/TulsiGeneratorIntegrationTests/EndToEndIntegrationTestCase.swift b/src/TulsiGeneratorIntegrationTests/EndToEndIntegrationTestCase.swift
index 2f529b1..07ad6b4 100644
--- a/src/TulsiGeneratorIntegrationTests/EndToEndIntegrationTestCase.swift
+++ b/src/TulsiGeneratorIntegrationTests/EndToEndIntegrationTestCase.swift
@@ -29,9 +29,8 @@
     case userBuildScriptInvocationFailure(String)
   }
 
-  /// TODO(b/77804841): Remove the apple.experimental.bundling flag from this list.
-  let extraDebugFlags = ["--define=TULSI_TEST=dbg", "--define=apple.experimental.bundling=0"]
-  let extraReleaseFlags = ["--define=TULSI_TEST=rel", "--define=apple.experimental.bundling=0"]
+  let extraDebugFlags = ["--define=TULSI_TEST=dbg"]
+  let extraReleaseFlags = ["--define=TULSI_TEST=rel"]
   let fakeBazelURL = URL(fileURLWithPath: "/fake/tulsi_test_bazel", isDirectory: false)
   let testTulsiVersion = "9.99.999.9999"