Skip to content

Commit

Permalink
tests: add error test
Browse files Browse the repository at this point in the history
  • Loading branch information
parth121101 committed Jul 15, 2024
1 parent d679a50 commit 2ded245
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/errors/ishftc_size.f90
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
program ishftc_size
print *, ishftc(10, 6, 4)
end program
4 changes: 4 additions & 0 deletions tests/tests.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3986,6 +3986,10 @@ asr = true
filename = "errors/sqrt_neg.f90"
asr = true

[[test]]
filename = "errors/ishftc_size.f90"
asr = true

[[test]]
filename = "errors/merge_bits_comp.f90"
asr = true
Expand Down

0 comments on commit 2ded245

Please sign in to comment.