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 898665d commit 385b60bCopy full SHA for 385b60b
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