Skip to content

Commit 7030b3f

Browse files
committed
Clean up test prefixes.
1 parent 3d03e34 commit 7030b3f

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

flang/test/Driver/flang-dwarf-version.f90

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,22 @@
11
// RUN: %flang -### -S %s -g -gdwarf-5 2>&1 \
2-
// RUN: | FileCheck --check-prefix=CHECK-WITH-G-DWARF5 %s
2+
// RUN: | FileCheck --check-prefix=CHECK-DWARF5 %s
3+
// RUN: %flang -### -S %s -gdwarf-5 2>&1 \
4+
// RUN: | FileCheck --check-prefix=CHECK-DWARF5 %s
35
// RUN: %flang -### -S %s -g1 -gdwarf-5 2>&1 \
46
// RUN: | FileCheck --check-prefix=CHECK-WITH-G1-DWARF5 %s
5-
// RUN: %flang -### -S %s -gdwarf-5 2>&1 \
6-
// RUN: | FileCheck --check-prefix=CHECK-WITHOUT-G-DWARF5 %s
77
// RUN: %flang -### -S %s -gdwarf-4 2>&1 \
88
// RUN: | FileCheck --check-prefix=CHECK-DWARF4 %s
99
// RUN: %flang -### -S %s -gdwarf-3 2>&1 \
1010
// RUN: | FileCheck --check-prefix=CHECK-DWARF3 %s
1111
// RUN: %flang -### -S %s -gdwarf-2 2>&1 \
1212
// RUN: | FileCheck --check-prefix=CHECK-DWARF2 %s
1313

14-
// CHECK-WITH-G-DWARF5: -debug-info-kind=standalone
15-
// CHECK-WITH-G-DWARF5-SAME: -dwarf-version=5
14+
// CHECK-DWARF5: -debug-info-kind=standalone
15+
// CHECK-DWARF5-SAME: -dwarf-version=5
1616

1717
// CHECK-WITH-G1-DWARF5: -debug-info-kind=line-tables-only
1818
// CHECK-WITH-G1-DWARF5-SAME: -dwarf-version=5
1919

20-
// CHECK-WITHOUT-G-DWARF5: -debug-info-kind=standalone
21-
// CHECK-WITHOUT-G-DWARF5-SAME: -dwarf-version=5
22-
2320
// CHECK-DWARF4: -dwarf-version=4
2421

2522
// CHECK-DWARF3: -dwarf-version=3

0 commit comments

Comments
 (0)