Skip to content

Commit 1feed1d

Browse files
committed
Gardening: Migrate test suite to GH issues (file names): multifile
1 parent 9816adc commit 1feed1d

13 files changed

+8
-8
lines changed

test/multifile/property-wrappers-sr10933.swift renamed to test/multifile/property-wrappers-issue-53324.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %target-swift-frontend -typecheck -primary-file %s %S/Inputs/sr10933a.swift %S/Inputs/sr10933b.swift
1+
// RUN: %target-swift-frontend -typecheck -primary-file %s %S/Inputs/issue-53324a.swift %S/Inputs/issue-53324b.swift
22

33
// https://github.com/apple/swift/issues/53324
44
// Crash involving multiple files

test/multifile/property-wrappers-sr11458.swift renamed to test/multifile/property-wrappers-issue-53859.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %target-swift-frontend -typecheck -primary-file %s %S/Inputs/sr11458.swift
1+
// RUN: %target-swift-frontend -typecheck -primary-file %s %S/Inputs/issue-53859.swift
22

33
// https://github.com/apple/swift/issues/53859
44
// Crash involving subscript in other file

test/multifile/property-wrappers-sr12429.swift renamed to test/multifile/property-wrappers-issue-54868.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// RUN: %empty-directory(%t)
22
// RUN: cp %s %t/main.swift
3-
// RUN: %target-build-swift -o %t/main %t/main.swift %S/Inputs/sr12429.swift
3+
// RUN: %target-build-swift -o %t/main %t/main.swift %S/Inputs/issue-54868.swift
44
// RUN: %target-codesign %t/main
55
// RUN: %target-run %t/main
66

0 commit comments

Comments
 (0)