Skip to content

Commit 61b0472

Browse files
[test][NFC] ModuleInterface/canonicalized-os-version.swift fails on a case sensitive file system
Fix a typo in the test
1 parent 1b717b3 commit 61b0472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ModuleInterface/canonicalized-os-version.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// RUN: %target-swift-typecheck-module-from-interface(%t/Modules/Simple.swiftmodule/arm64-apple-macos.swiftinterface) -module-name Simple
99

1010
// Next, build transitive dependencies in zippered mode.
11-
// RUN: %target-swift-frontend -module-name input %t/input.swift -target arm64-apple-macosx50.1 -target-variant arm64-apple-ios50.1-macabi -I%t/Modules -scan-dependencies -module-cache-path %t/module-cache-path -o %t/deps.json 2>&1 | Filecheck --allow-empty --implicit-check-not warning: --implicit-check-not error: %s
11+
// RUN: %target-swift-frontend -module-name input %t/input.swift -target arm64-apple-macosx50.1 -target-variant arm64-apple-ios50.1-macabi -I%t/Modules -scan-dependencies -module-cache-path %t/module-cache-path -o %t/deps.json 2>&1 | %FileCheck --allow-empty --implicit-check-not warning: --implicit-check-not error: %s
1212
// RUN: %validate-json %t/deps.json | %FileCheck %s --check-prefix=DEPS
1313

1414
DEPS-NOT: "arm64-apple-macos16.4"

0 commit comments

Comments
 (0)