Skip to content

Commit

Permalink
#2460 Added builtin comment to test
Browse files Browse the repository at this point in the history
  • Loading branch information
oakleybrunt committed May 14, 2024
1 parent a930d1d commit 4d23121
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/psyclone/tests/domain/lfric/lfric_psy_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,5 +184,7 @@ def test_lfricpsy_gen(monkeypatch):
" CALL f1_proxy%set_dirty()\n"
" !\n"
" DO df=loop1_start,loop1_stop\n"
" ! Built-in: setval_c (set a real-valued field to a real "
"scalar value)\n"
" f1_data(df) = 0.0_r_def\n"
" END DO\n" in result)

0 comments on commit 4d23121

Please sign in to comment.