Commit ce7fad7
🍒 [cxx-interop] Fix input header paths in a test
Explanation: There is a difference between the logic resolving modules
in upstream and downstream versions of the compiler this is why the
wrong path did not fail the CIs upstream. Having the correct path both
fixes downstream CIs and makes the tests more resilient to changes in
the lookup logic in the future.
Scope: Tests.
Risk: Low, test change only to fix CI.
Testing: No additional tests needed.
Issue: rdar://131629163
Reviewer: @egorzhdan
Original PR: swiftlang#752371 parent b8ebe48 commit ce7fad7
File tree
1 file changed
+2
-2
lines changed- test/Interop/Cxx/class
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments