summaryrefslogtreecommitdiff
path: root/test/MC/COFF/file.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/MC/COFF/file.s')
-rw-r--r--test/MC/COFF/file.s14
1 files changed, 7 insertions, 7 deletions
diff --git a/test/MC/COFF/file.s b/test/MC/COFF/file.s
index 72eee90842..4943319030 100644
--- a/test/MC/COFF/file.s
+++ b/test/MC/COFF/file.s
@@ -1,17 +1,17 @@
// RUN: llvm-mc -triple i686-windows -filetype obj %s -o - | llvm-objdump -t - \
-// RUN: | FileCheck %s -check-prefix CHECK-PRINT
+// RUN: | FileCheck %s
.file "null-padded.asm"
-// CHECK-PRINT: (nx 1) {{0x[0-9]+}} .file
-// CHECK-PRINT-NEXT: AUX null-padded.asm{{$}}
+// CHECK: (nx 1) {{0x[0-9]+}} .file
+// CHECK-NEXT: AUX null-padded.asm{{$}}
.file "eighteen-chars.asm"
-// CHECK-PRINT: (nx 1) {{0x[0-9]+}} .file
-// CHECK-PRINT-NEXT: AUX eighteen-chars.asm{{$}}
+// CHECK: (nx 1) {{0x[0-9]+}} .file
+// CHECK-NEXT: AUX eighteen-chars.asm{{$}}
.file "multiple-auxiliary-entries.asm"
-// CHECK-PRINT: (nx 2) {{0x[0-9]+}} .file
-// CHECK-PRINT-NEXT: AUX multiple-auxiliary-entries.asm{{$}}
+// CHECK: (nx 2) {{0x[0-9]+}} .file
+// CHECK-NEXT: AUX multiple-auxiliary-entries.asm{{$}}