Skip to content

Commit

Permalink
Fix case-sensitivity issue in test
Browse files Browse the repository at this point in the history
  • Loading branch information
reuterbal committed Jun 10, 2024
1 parent f909ab3 commit 575216e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loki/ir/tests/test_pragma_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -678,4 +678,4 @@ def test_pragmas_mixed_key_value_attrs(frontend):

routine.spec.prepend(pragma)
fgen_code = routine.to_fortran()
assert '!$acc routine( TEST ) seq' in fgen_code
assert f'!$acc routine( {routine.name} ) seq' in fgen_code

0 comments on commit 575216e

Please sign in to comment.