summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/testsuite/gfortran.dg/gomp/nothing-1.f90 (renamed from gcc/testsuite/gfortran.dg/nothing-1.f90)0
-rw-r--r--gcc/testsuite/gfortran.dg/gomp/nothing-2.f90 (renamed from gcc/testsuite/gfortran.dg/nothing-2.f90)2
2 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gfortran.dg/nothing-1.f90 b/gcc/testsuite/gfortran.dg/gomp/nothing-1.f90
index 9fc24d4bd6c..9fc24d4bd6c 100644
--- a/gcc/testsuite/gfortran.dg/nothing-1.f90
+++ b/gcc/testsuite/gfortran.dg/gomp/nothing-1.f90
diff --git a/gcc/testsuite/gfortran.dg/nothing-2.f90 b/gcc/testsuite/gfortran.dg/gomp/nothing-2.f90
index 74a4a5a22b0..554d4ef99ca 100644
--- a/gcc/testsuite/gfortran.dg/nothing-2.f90
+++ b/gcc/testsuite/gfortran.dg/gomp/nothing-2.f90
@@ -3,5 +3,5 @@ pure subroutine foo
end subroutine
subroutine bar
- !$omp nothing foo ! { dg-error "Unexpected junk after $OMP NOTHING statement" }
+ !$omp nothing foo ! { dg-error "Unexpected junk after .OMP NOTHING statement" }
end