summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/wdate-time.F90
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gfortran.dg/wdate-time.F90')
-rw-r--r--gcc/testsuite/gfortran.dg/wdate-time.F906
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/testsuite/gfortran.dg/wdate-time.F90 b/gcc/testsuite/gfortran.dg/wdate-time.F90
index f3a4f46c0b2..d84fd9abd73 100644
--- a/gcc/testsuite/gfortran.dg/wdate-time.F90
+++ b/gcc/testsuite/gfortran.dg/wdate-time.F90
@@ -1,6 +1,6 @@
! { dg-do compile }
! { dg-options "-Wdate-time" }
-print *, __TIMESTAMP__ ! { dg-warning "might prevent reproduce builds" }
-print *, __TIME__ ! { dg-warning "might prevent reproduce builds" }
-print *, __DATE__ ! { dg-warning "might prevent reproduce builds" }
+print *, __TIMESTAMP__ ! { dg-warning "might prevent reproducible builds" }
+print *, __TIME__ ! { dg-warning "might prevent reproducible builds" }
+print *, __DATE__ ! { dg-warning "might prevent reproducible builds" }
end