Skip to content

Commit

Permalink
use // instad of ; in c file tests, NFC
Browse files Browse the repository at this point in the history
  • Loading branch information
chenzheng1030 committed Jun 5, 2023
1 parent d476ece commit b447dc5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion clang/test/Driver/compress-unavailable.s
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
; XFAIL: target={{.*}}-aix{{.*}}
// XFAIL: target={{.*}}-aix{{.*}}

// RUN: %clang -### -fintegrated-as -gz=none -c %s 2>&1 | FileCheck %s --check-prefix=NOWARN
// NOWARN-NOT: warning: cannot compress debug sections (zlib not enabled)
Expand Down
2 changes: 1 addition & 1 deletion clang/test/Driver/debug-options-as.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
; XFAIL: target={{.*}}-aix{{.*}}
// XFAIL: target={{.*}}-aix{{.*}}

// Check to make sure clang is somewhat picky about -g options.
// (Delived from debug-options.c)
Expand Down
2 changes: 1 addition & 1 deletion clang/test/Driver/debug-prefix-map.S
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
; XFAIL: target={{.*}}-aix{{.*}}
// XFAIL: target={{.*}}-aix{{.*}}

// RUN: %clang -### -g -fintegrated-as -fdebug-prefix-map=old=new %s 2>&1 | FileCheck %s
// RUN: %clang -### -g -fintegrated-as -ffile-prefix-map=old=new %s 2>&1 | FileCheck %s
Expand Down
2 changes: 1 addition & 1 deletion clang/test/Driver/defsym.s
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
; XFAIL: target={{.*}}-aix{{.*}}
// XFAIL: target={{.*}}-aix{{.*}}

// RUN: %clang -### -c -integrated-as %s \
// RUN: -Wa,-defsym,abc=5 -Wa,-defsym,xyz=0xa \
Expand Down
2 changes: 1 addition & 1 deletion clang/test/Driver/integrated-as.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
; XFAIL: target={{.*}}-aix{{.*}}
// XFAIL: target={{.*}}-aix{{.*}}

// RUN: %clang -### -c -save-temps -integrated-as %s 2>&1 | FileCheck %s

Expand Down

0 comments on commit b447dc5

Please sign in to comment.