Skip to content

Commit eae1678

Browse files
committed
fix(string_test): typo
1 parent a9b996a commit eae1678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/string_test.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ function constructs_from_real() result(passed)
245245
real read_value
246246

247247
#ifndef _CRAYFTN
248-
associate(string => string_t(real_value)
248+
associate(string => string_t(real_value))
249249
read(string%string(), *) read_value
250250
passed = read_value == real_value
251251
end associate

0 commit comments

Comments
 (0)