Rename a flang test case

On Windows and macOS, the filesystem is case insensitive, and these files
interfere with each other. Reading through, the case of the file extension
is part of the test. I've altered the rest of the name instead.
This commit is contained in:
Jeremy Morse 2019-10-30 13:24:55 +00:00
parent 2d1a0dfe4c
commit 6c0a160c2d
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
! Check that flang -fc1 is invoked when in --driver-mode=flang.
! This is a copy of flang.F90 because the driver has logic in it which
! This is a copy of flang_ucase.F90 because the driver has logic in it which
! differentiates between F90 and f90 files. Flang will not treat these files
! differently.

View File

@ -48,4 +48,4 @@
! CHECK-EMIT-OBJ-DAG: "-o" "{{[^"]*}}.o"
! Should end in the input file.
! ALL: "{{.*}}flang.F90"{{$}}
! ALL: "{{.*}}flang_ucase.F90"{{$}}