You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// CHECK-NON-RESILIENT: compiled module was created by a different version of the compiler; rebuild 'NonResilientLib' and try again: {{.*}}NonResilientLib.swiftmodule
25
25
26
26
27
27
/// 3. Test importing the resilient untagged library
@@ -47,7 +47,7 @@ foo()
47
47
import TaggedLib
48
48
foo()
49
49
50
-
/// Importing TaggedLib should success with the same tag or a dev compiler
50
+
/// Importing TaggedLib should succeed with the same tag or a dev compiler
0 commit comments