Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 34.2k
test: remove unused file#50528
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
test: remove unused file #50528
Uh oh!
There was an error while loading. Please reload this page.
Conversation
fb62571 to 907393eCompare
Uzlopak left a comment
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.
LGTM
nodejs-github-bot commented Nov 3, 2023
vmoroz left a comment
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.
LGTM
tniessen left a comment
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.
Please fix before merging: the subsystem in the commit message is wrong. It should likely be test, not src.
This removes a source file that got re-added via a rebase. It seems somewhere around change set nodejs@178dff2 `entry_point.c` was removed, and rebase nodejs@0b6e16f added it back. The review of nodejs#48740 overlooked this and the file got re-committed.
907393e to 69ae652Comparenodejs-github-bot commented Nov 3, 2023
nodejs-github-bot commented Nov 10, 2023
legendecas commented Nov 10, 2023 • edited
Loading Uh oh!
There was an error while loading. Please reload this page.
edited
Uh oh!
There was an error while loading. Please reload this page.
https://ci.nodejs.org/job/node-test-commit-aix/48935/ was failing for |
nodejs-github-bot commented Nov 10, 2023
Landed in 43f5b22 |
This removes a source file that got re-added via a rebase. It seems somewhere around change set 178dff2 `entry_point.c` was removed, and rebase 0b6e16f added it back. The review of #48740 overlooked this and the file got re-committed. PR-URL: #50528 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]> Reviewed-By: Vladimir Morozov <[email protected]> Reviewed-By: Tobias Nießen <[email protected]>
This removes a source file that got re-added via a rebase. It seems somewhere around change set 178dff2 `entry_point.c` was removed, and rebase 0b6e16f added it back. The review of #48740 overlooked this and the file got re-committed. PR-URL: #50528 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]> Reviewed-By: Vladimir Morozov <[email protected]> Reviewed-By: Tobias Nießen <[email protected]>
This removes a source file that got re-added via a rebase. It seems somewhere around change set 178dff2 `entry_point.c` was removed, and rebase 0b6e16f added it back. The review of #48740 overlooked this and the file got re-committed. PR-URL: #50528 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]> Reviewed-By: Vladimir Morozov <[email protected]> Reviewed-By: Tobias Nießen <[email protected]>
This removes a source file that got re-added via a rebase. It seems somewhere around change set
178dff2
entry_point.cwas removed, and rebase0b6e16f added it back. The review of #48740 overlooked this and the file got re-committed.