Skip to content

Commit 2284771

Browse files
committed
[flang][nfc] Rename four driver tests
This patch makes sure that hyphen ("-") (instead of an underscore "_") is consistently used for all test files. Sending without a review as this is rather straightforward.
1 parent d6fbd96 commit 2284771

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

flang/test/Driver/compiler_options.f90 renamed to flang/test/Driver/compiler-options.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
! RUN: %flang -S -emit-llvm -flang-deprecated-no-hlfir -o - %s | FileCheck %s
22
! Test communication of COMPILER_OPTIONS from flang-new to flang-new -fc1.
3-
! CHECK: [[OPTSVAR:@_QQclX[0-9a-f]+]] = {{[a-z]+}} constant [[[OPTSLEN:[0-9]+]] x i8] c"{{.*}}flang-new{{(\.exe)?}} -S -emit-llvm -flang-deprecated-no-hlfir -o - {{.*}}compiler_options.f90"
3+
! CHECK: [[OPTSVAR:@_QQclX[0-9a-f]+]] = {{[a-z]+}} constant [[[OPTSLEN:[0-9]+]] x i8] c"{{.*}}flang-new{{(\.exe)?}} -S -emit-llvm -flang-deprecated-no-hlfir -o - {{.*}}compiler-options.f90"
44
program main
55
use ISO_FORTRAN_ENV, only: compiler_options
66
implicit none
File renamed without changes.

0 commit comments

Comments
 (0)