-
Notifications
You must be signed in to change notification settings - Fork 170
Add missing imports to the integration tests #1655
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
@@ -0,0 +1 @@ | |||
The command 'link /NOLOGO /OUT:test_list_01.out test_list_01.out.tmp.o $DIR\src\bin/../runtime\lpython_runtime_static.lib > NUL' failed. |
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.
I think these changes has to be removed!
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.
These files were unused anyways I guess. Check 4597374
@khairalanam for updating tests in Windows, please do: |
I ran this command for updating the tests for this PR. |
Should I run the command again? |
I see, there seems to be some problem in the Windows, we have to debug that! |
Can this be done manually? |
This PR adds missing imports to many of the integration tests.
The reference tests are updated successfully without any errors.