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.
2 parents 4f2ded0 + 24bf586 commit 4e5be79Copy full SHA for 4e5be79
test/ParseableInterface/ModuleCache/RebuildRemarks/out-of-date-cached-module.swift
@@ -14,7 +14,7 @@
14
// RUN: touch %t/Build/TestModule.swiftinterface
15
16
// 5. Try to import the now out-of-date cached module
17
-// RUN: %target-swift-frontend -typecheck -verify %s -I %t/Build -Rmodule-interface-rebuild -module-cache-path %t/ModuleCache -Xllvm -debug-only=textual-module-interface
+// RUN: %target-swift-frontend -typecheck -verify %s -I %t/Build -Rmodule-interface-rebuild -module-cache-path %t/ModuleCache
18
19
import TestModule // expected-remark {{rebuilding module 'TestModule' from interface}}
20
// expected-note @-1 {{cached module is out of date}}
0 commit comments