diff options
Diffstat (limited to 'test/Feature/properties.ll')
-rw-r--r-- | test/Feature/properties.ll | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Feature/properties.ll b/test/Feature/properties.ll index d73d936..fc88f23 100644 --- a/test/Feature/properties.ll +++ b/test/Feature/properties.ll @@ -1,3 +1,7 @@ +; RUN: llvm-as %s -o - | llvm-dis > %t1.ll +; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll +; RUN: diff %t1.ll %t2.ll + target endian = little target pointersize = 32 |