Skip to content

Commit 8d1ae51

Browse files
authored
Merge pull request #61 from compnerd/flang-fix
Rename a flang test case
2 parents 74ddc0a + 0a1b111 commit 8d1ae51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clang/test/Driver/flang/flang.f90

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)