We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d41322a commit fd32a65Copy full SHA for fd32a65
test/Driver/driver_migration.swift
@@ -1,4 +1,4 @@
1
// RUN: %swiftc_driver -update-code -migrate-keep-objc-visibility -### %s 2>&1 | %FileCheck -check-prefix=CHECK-KEEP-OBJC %s
2
3
-// CHECK-KEEP-OBJC: -migrate-keep-objc-visibility
4
-// CHECK-KEEP-OBJC: -emit-remap-file-path {{.*}}.remap
+// CHECK-KEEP-OBJC-DAG: -migrate-keep-objc-visibility
+// CHECK-KEEP-OBJC-DAG: -emit-remap-file-path {{.*}}.remap
0 commit comments