summaryrefslogtreecommitdiff
path: root/test/MC/AsmParser/directive_file.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/MC/AsmParser/directive_file.s')
-rw-r--r--test/MC/AsmParser/directive_file.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MC/AsmParser/directive_file.s b/test/MC/AsmParser/directive_file.s
index 121890e69a..9b99e0f24e 100644
--- a/test/MC/AsmParser/directive_file.s
+++ b/test/MC/AsmParser/directive_file.s
@@ -1,7 +1,7 @@
# RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
.file "hello"
- .file 1 "world"
+ .file 1 "worl\144" # "\144" is "d"
.file 2 "directory" "file"
# CHECK: .file "hello"