Skip to content

Commit 4044775

Browse files
committed
Remove some RUNlines from a flang test
This flang has been a dummy for roughly a month now -- the test coverage through the extra RUN lines made sense in the past, but now it's redundant.
1 parent 5f63e7f commit 4044775

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

flang/test/Integration/debug-local-var-2.f90

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
! RUN: %flang_fc1 -emit-llvm -debug-info-kind=standalone %s -mllvm --experimental-debuginfo-iterators=true -o - | FileCheck %s --check-prefixes=BOTH,RECORDS
2-
! RUN: %flang_fc1 -emit-llvm -debug-info-kind=line-tables-only %s -mllvm --experimental-debuginfo-iterators=false -o - | FileCheck --check-prefix=LINEONLY %s
3-
! RUN: %flang_fc1 -emit-llvm -debug-info-kind=line-tables-only %s -mllvm --experimental-debuginfo-iterators=true -o - | FileCheck --check-prefix=LINEONLY %s
1+
! RUN: %flang_fc1 -emit-llvm -debug-info-kind=standalone %s -o - | FileCheck %s --check-prefixes=BOTH,RECORDS
2+
! RUN: %flang_fc1 -emit-llvm -debug-info-kind=line-tables-only %s -o - | FileCheck --check-prefix=LINEONLY %s
43

54
! This tests checks the debug information for local variables in llvm IR.
65

0 commit comments

Comments
 (0)