-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #77378 from swiftlang/eng/chrismiles/playground-tr…
…ansform-test-both-swift-5-and-6 Updated PlaygroundTransform tests to cover both Swift 5 and 6.
- Loading branch information
Showing
39 changed files
with
751 additions
and
239 deletions.
There are no files selected for viewing
20 changes: 10 additions & 10 deletions
20
test/PlaygroundTransform/Inputs/PlaygroundModuleAndFileIDs.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
// test (module-name) -> 1 (module-id) | ||
internal let __builtin_pg_module_test: Int = 1 | ||
// testxx (module-name) -> 1 (module-id) | ||
internal let __builtin_pg_module_test5a: Int = 1 | ||
internal let __builtin_pg_module_test5b: Int = 1 | ||
internal let __builtin_pg_module_test6a: Int = 1 | ||
internal let __builtin_pg_module_test6b: Int = 1 | ||
|
||
// test (module-name) -> 1 (module-id) | ||
internal let __builtin_pg_module_test2: Int = 1 | ||
|
||
// test (module-name), main (file-name), main_ (file-name-punycode) -> 2 (file-id) | ||
internal let __builtin_pg_module_test_pg_file_main_: Int = 2 | ||
|
||
// test (module-name), main (file-name), main_ (file-name-punycode) -> 2 (file-id) | ||
internal let __builtin_pg_module_test2_pg_file_main_: Int = 2 | ||
// testxx (module-name), main (file-name), main_ (file-name-punycode) -> 2 (file-id) | ||
internal let __builtin_pg_module_test5a_pg_file_main_: Int = 2 | ||
internal let __builtin_pg_module_test5b_pg_file_main_: Int = 2 | ||
internal let __builtin_pg_module_test6a_pg_file_main_: Int = 2 | ||
internal let __builtin_pg_module_test6b_pg_file_main_: Int = 2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.