Skip to content

Commit d25ca7b

Browse files
committed
Use ! instead of //
1 parent c0d333f commit d25ca7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/test/Integration/debug-dwarf-flags.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// UNSUPPORTED: target={{.*}}-aix{{.*}}
1+
! UNSUPPORTED: target={{.*}}-aix{{.*}}
22
! RUN: %flang_fc1 -emit-llvm -debug-info-kind=standalone -dwarf-version=5 %s \
33
! RUN: -o - | FileCheck --check-prefix=CHECK-DWARF5 %s
44
! RUN: %flang_fc1 -emit-llvm -debug-info-kind=line-tables-only -dwarf-version=5 \

0 commit comments

Comments
 (0)