Skip to content

Commit

Permalink
SingleColum: Fix literal in new data clause test
Browse files Browse the repository at this point in the history
  • Loading branch information
mlange05 committed Sep 19, 2024
1 parent 33514eb commit 208a99b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loki/transformations/single_column/tests/test_scc.py
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,7 @@ def test_scc_annotate_empty_data_clause(frontend, horizontal, blocking):
k = n
do k=1, 3
n = k + 1.
n = k + 1
enddo
end subroutine some_kernel
"""
Expand Down

0 comments on commit 208a99b

Please sign in to comment.