From 3f7706b5d23aca56a6d3a62ebb9466e1e89335f7 Mon Sep 17 00:00:00 2001 From: Tanya Lattner Date: Sun, 7 Nov 2004 06:08:43 +0000 Subject: Added RUN lines and dejagnu support for Feature dir. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17568 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Feature/properties.ll | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/Feature/properties.ll') diff --git a/test/Feature/properties.ll b/test/Feature/properties.ll index d73d936654..fc88f239dc 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 -- cgit v1.2.3