Skip to content
Snippets Groups Projects
Commit 3cc5463b authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

Fix minor omission in test.

parent 0faa72f3
No related branches found
No related tags found
No related merge requests found
......@@ -199,7 +199,7 @@ CONTAINS
! verify expected results
CALL check_allgather_analog_xmap(xmap, comm)
xmap_copy = xt_xmap_copy(xmap)
CALL check_allgather_analog_xmap(xmap, comm)
CALL check_allgather_analog_xmap(xmap_copy, comm)
! clean up
CALL xt_xmap_delete(xmap)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment