We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 74ddc0a + 0a1b111 commit 8d1ae51Copy full SHA for 8d1ae51
clang/test/Driver/flang/flang.f90
@@ -1,6 +1,6 @@
1
! Check that flang -fc1 is invoked when in --driver-mode=flang.
2
3
-! 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
4
! differentiates between F90 and f90 files. Flang will not treat these files
5
! differently.
6
clang/test/Driver/flang/flang.F90 renamed to clang/test/Driver/flang/flang_ucase.F90
@@ -48,4 +48,4 @@
48
! CHECK-EMIT-OBJ-DAG: "-o" "{{[^"]*}}.o"
49
50
! Should end in the input file.
51
-! ALL: "{{.*}}flang.F90"{{$}}
+! ALL: "{{.*}}flang_ucase.F90"{{$}}
0 commit comments