Skip to content

Commit

Permalink
fix(string_test): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rouson committed Feb 11, 2024
1 parent a9b996a commit eae1678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/string_test.F90
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ function constructs_from_real() result(passed)
real read_value

#ifndef _CRAYFTN
associate(string => string_t(real_value)
associate(string => string_t(real_value))
read(string%string(), *) read_value
passed = read_value == real_value
end associate
Expand Down

0 comments on commit eae1678

Please sign in to comment.