summaryrefslogtreecommitdiffstats
path: root/fortran/test/tf.F90
diff options
context:
space:
mode:
Diffstat (limited to 'fortran/test/tf.F90')
-rw-r--r--fortran/test/tf.F902
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/test/tf.F90 b/fortran/test/tf.F90
index b2cb746..6b4a008 100644
--- a/fortran/test/tf.F90
+++ b/fortran/test/tf.F90
@@ -88,7 +88,7 @@ CONTAINS
error_string = skip
ENDIF
- WRITE(*, fmt = '(A, T80, A)') test_title, error_string
+ WRITE(*, fmt = '(A, T88, A)') test_title, error_string
IF(test_result.GT.0) total_error = total_error + test_result