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

fix up the test case to pass custom codegen params to code_llvm #52144

Merged
merged 1 commit into from
Nov 14, 2023

Conversation

aviatesk
Copy link
Sponsor Member

No description provided.

@test !occursin("j_cos_", String(take!(io)))
s = String(take!(io))
@test occursin("j_sin_", s)
@test !occursin("j_cos_", s)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was this test just not checking anything?

Copy link
Sponsor Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The dangers of "negative" tests.

@aviatesk aviatesk merged commit 092f95f into master Nov 14, 2023
5 of 7 checks passed
@aviatesk aviatesk deleted the avi/code_llvm-params branch November 14, 2023 02:52
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

3 participants