Two sets of changes. Sorry they are intermingled.
[oota-llvm.git] / test / MC / AsmParser / directive_file.s
index ec0b9543b9423da3ad635497c0676842400c96d7..3160d5c2bfd7286cd11faad5ef06f0c78b25d198 100644 (file)
@@ -1,5 +1,8 @@
-# RUN: llvm-mc -triple i386-unknown-unknown %s
-# FIXME: Actually test the output.
+# RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
 
         .file "hello"
         .file 1 "world"
+
+# CHECK: .file "hello"
+# CHECK: .file 1 "world"
+