mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
This has been showing up as nondeterministic failures on our Linux bots in the clang_builtins.swift test, because that test used to trigger typo correction! Which pulled in macros, which happened to include some redefinitions, which resulted in this. rdar://problem/34266952
7 lines
156 B
Plaintext
7 lines
156 B
Plaintext
module A { header "A.h" }
|
|
module B { header "B.h" }
|
|
module C { header "C.h" }
|
|
module D { header "D.h" }
|
|
module E { header "E.h" }
|
|
module F { header "F.h" }
|