Skip to content

Commit 385b60b

Browse files
author
Harlan Haskins
committed
[test] Remove debug flag from module cache rebuild test
This debug flag shouldn't have been included in the test, and it doesn't exist when built without asserts. rdar://50447378
1 parent 898665d commit 385b60b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ParseableInterface/ModuleCache/RebuildRemarks/out-of-date-cached-module.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// RUN: touch %t/Build/TestModule.swiftinterface
1515

1616
// 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
17+
// RUN: %target-swift-frontend -typecheck -verify %s -I %t/Build -Rmodule-interface-rebuild -module-cache-path %t/ModuleCache
1818

1919
import TestModule // expected-remark {{rebuilding module 'TestModule' from interface}}
2020
// expected-note @-1 {{cached module is out of date}}

0 commit comments

Comments
 (0)