Skip to content
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

Add better tests for elemental functions #3227

Merged
merged 2 commits into from Jan 26, 2024
Merged

Conversation

certik
Copy link
Contributor

@certik certik commented Jan 26, 2024

Before #3220, this new test would fail with:

$ lfortran integration_tests/elemental_08.f90 
10 12 14 16 18 20 
ERROR STOP

In the latest main as well as this PR, it works:

$ lfortran integration_tests/elemental_08.f90
10 12 14 16 18 20 22 24 26 28 30 

That way we test the change introduced in #3220 correctly, to ensure it will keep working.

@certik certik enabled auto-merge January 26, 2024 17:20
@certik certik merged commit 32f2dfe into lfortran:main Jan 26, 2024
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant