summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/MC/COFF/file.s6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/MC/COFF/file.s b/test/MC/COFF/file.s
index a258693839..72eee90842 100644
--- a/test/MC/COFF/file.s
+++ b/test/MC/COFF/file.s
@@ -2,16 +2,16 @@
// RUN: | FileCheck %s -check-prefix CHECK-PRINT
.file "null-padded.asm"
-// CHECK-PRINT: .file
+// CHECK-PRINT: (nx 1) {{0x[0-9]+}} .file
// CHECK-PRINT-NEXT: AUX null-padded.asm{{$}}
.file "eighteen-chars.asm"
-// CHECK-PRINT: .file
+// CHECK-PRINT: (nx 1) {{0x[0-9]+}} .file
// CHECK-PRINT-NEXT: AUX eighteen-chars.asm{{$}}
.file "multiple-auxiliary-entries.asm"
-// CHECK-PRINT: .file
+// CHECK-PRINT: (nx 2) {{0x[0-9]+}} .file
// CHECK-PRINT-NEXT: AUX multiple-auxiliary-entries.asm{{$}}