Skip to content

Commit 760343f

Browse files
authored
Spelling test moduleinterface (#58579)
* spelling: because Signed-off-by: Josh Soref <[email protected]> * spelling: flaky Signed-off-by: Josh Soref <[email protected]> * spelling: the Signed-off-by: Josh Soref <[email protected]> Co-authored-by: Josh Soref <[email protected]>
1 parent ea1514b commit 760343f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

test/ModuleInterface/ModuleCache/SDKDependencies-disable-validation.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
// RUN: echo '2: PASSED'
6363

6464

65-
// 3) Baseline check: Make sure we use the the prebuilt module cache when using the SDK it was built with
65+
// 3) Baseline check: Make sure we use the prebuilt module cache when using the SDK it was built with
6666
//
6767
// RUN: %target-swift-frontend -typecheck -I %t/my-sdk -sdk %t/my-sdk -prebuilt-module-cache-path %t/prebuilt-cache -module-cache-path %t/MCP -emit-dependencies-path %t/dummy.d -track-system-dependencies -disable-modules-validate-system-headers %s
6868
//

test/ModuleInterface/ModuleCache/SDKDependencies.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
// RUN: echo '2: PASSED'
7373

7474

75-
// 3) Baseline check: Make sure we use the the prebuilt module cache when using the SDK it was built with
75+
// 3) Baseline check: Make sure we use the prebuilt module cache when using the SDK it was built with
7676
//
7777
// RUN: %target-swift-frontend -typecheck -I %t/my-sdk -sdk %t/my-sdk -prebuilt-module-cache-path %t/prebuilt-cache -module-cache-path %t/MCP -emit-dependencies-path %t/dummy.d -track-system-dependencies -emit-loaded-module-trace-path %t/trace.json %s
7878
//

test/ModuleInterface/ossa-modules/sdk-test-stdlib-ossa.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
// RUN: %target-swift-frontend -typecheck -sdk '%t/SDK' -prebuilt-module-cache-path '%t/PreBuiltSDKModules' -module-cache-path %t/TempModuleCacheOther -resource-dir '' -parse-stdlib -Rmodule-interface-rebuild %S/Inputs/sdk-test-stdlib-no-ossa-referent-no-rebuild-remark.swift -verify -enable-ossa-modules
2727

28-
// Flacky hangs: rdar://77288690
28+
// Flaky hangs: rdar://77288690
2929
// UNSUPPORTED: CPU=arm64, CPU=arm64e
3030

3131
@_fixed_layout

test/ModuleInterface/swift_build_sdk_interfaces/compiler-crash-windows.test-sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This test is intentionally specialized on windows becauase not --crash behaves
1+
# This test is intentionally specialized on windows because not --crash behaves
22
# differently there. The exit code from the crashing frontend invocations is
33
# mapped to `-21` there, which lit's `not` along does not remap correctly.
44
# See rdar://59397376

0 commit comments

Comments
 (0)