Skip to content

Commit 6c0a160

Browse files
committed
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.
1 parent 2d1a0df commit 6c0a160

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clang/test/Driver/flang/flang.f90

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
! Check that flang -fc1 is invoked when in --driver-mode=flang.
22

3-
! This is a copy of flang.F90 because the driver has logic in it which
3+
! This is a copy of flang_ucase.F90 because the driver has logic in it which
44
! differentiates between F90 and f90 files. Flang will not treat these files
55
! differently.
66

clang/test/Driver/flang/flang.F90 renamed to clang/test/Driver/flang/flang_ucase.F90

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@
4848
! CHECK-EMIT-OBJ-DAG: "-o" "{{[^"]*}}.o"
4949

5050
! Should end in the input file.
51-
! ALL: "{{.*}}flang.F90"{{$}}
51+
! ALL: "{{.*}}flang_ucase.F90"{{$}}

0 commit comments

Comments
 (0)