fix swiftgen
diff --git a/pkgs/swiftgen/test/integration/classes_test.dart b/pkgs/swiftgen/test/integration/classes_test.dart
index 6f28ef1..6d6109b 100644
--- a/pkgs/swiftgen/test/integration/classes_test.dart
+++ b/pkgs/swiftgen/test/integration/classes_test.dart
@@ -18,9 +18,6 @@
       final gen = TestGenerator('classes');
       await gen.generateAndVerifyBindings();
       DynamicLibrary.open(gen.dylibFile);
-
-      // TODO(https://github.com/dart-lang/native/issues/1068): Remove this.
-      DynamicLibrary.open(objCTestDylib);
     });
 
     test('method invocation', () {