Skip to content

Commit fd83172

Browse files
committed
Fix typo.
1 parent 0341490 commit fd83172

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tests/unit/send-get/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ caf_compile_executable(get_array get_array_test.f90)
55

66
caf_compile_executable(get_self sameloc.f90)
77
caf_compile_executable(send_array send_array_test.f90)
8-
caf_compile_exectuable(send_convert_char_array send_convert_char_array.f90)
9-
caf_compile_exectuable(send_convert_nums send_convert_nums.f90)
8+
caf_compile_executable(send_convert_char_array send_convert_char_array.f90)
9+
caf_compile_executable(send_convert_nums send_convert_nums.f90)
1010
caf_compile_executable(get_with_offset_1d get_with_offset_1d.f90)
1111
caf_compile_executable(whole_get_array whole_get_array.f90)
1212
caf_compile_executable(strided_get strided_get.f90)

0 commit comments

Comments
 (0)