-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[cxx-interop] Fix a failing template import test for Windows #39643
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@swift-ci please test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚢 it
|
Build failed |
@swift-ci smoke test |
(Doing a full test to override the currently red bots.) @swift-ci please test. |
Build failed |
Build failed |
49a6f10
to
662ab11
Compare
@swift-ci please test |
662ab11
to
4758e65
Compare
@swift-ci please test |
Build failed |
@swift-ci please test Windows platform |
@swift-ci please test macOS platform |
@swift-ci please test Windows platform |
For Windows, longs are Int32. These tests aren't concerned with that detail so this patch changes the test to use an int instead for simplicity.