[flang] This test fails when the directory in which test tests are run contains a path that matches the pattern "do *[1-9]". In my case, I had a directory called "do1". The "*" is not necessary in the pattern. Now the test passes unless the directory contains a " ".

Original-commit: flang-compiler/f18@462f15e4e7
Reviewed-on: https://github.com/flang-compiler/f18/pull/365
This commit is contained in:
Peter Steinfeld 2019-03-28 17:17:30 -07:00
parent 3e472f55f8
commit 8586f299e3

View file

@ -13,7 +13,7 @@
! limitations under the License.
! RUN: ${F18} -funparse-with-symbols %s 2>&1 | ${FileCheck} %s
! CHECK-NOT: do *[1-9]
! CHECK-NOT: do [1-9]
! Figure out how to also execute this test.