From eae1678750f31e8d4819f4aa302b620e13eb5a24 Mon Sep 17 00:00:00 2001 From: Damian Rouson Date: Sat, 10 Feb 2024 17:18:36 -0800 Subject: [PATCH] fix(string_test): typo --- test/string_test.F90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/string_test.F90 b/test/string_test.F90 index 4d156695..79e8bf21 100644 --- a/test/string_test.F90 +++ b/test/string_test.F90 @@ -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