Fixed some bugs.
[llvm/zpu.git] / test / MC / AsmParser / directive_file.s
blob3160d5c2bfd7286cd11faad5ef06f0c78b25d198
1 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
3 .file "hello"
4 .file 1 "world"
6 # CHECK: .file "hello"
7 # CHECK: .file 1 "world"