aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/CFrontend/2003-01-30-UnionInit.c2
-rw-r--r--test/CFrontend/2003-02-12-NonlocalGoto.c2
-rw-r--r--test/CFrontend/2003-08-30-AggregateInitializer.c2
-rw-r--r--test/CFrontend/2004-01-01-UnknownInitSize.c2
-rw-r--r--test/CFrontend/2004-03-07-BitfieldCrash.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/test/CFrontend/2003-01-30-UnionInit.c b/test/CFrontend/2003-01-30-UnionInit.c
index 4fc2717..30f8659 100644
--- a/test/CFrontend/2003-01-30-UnionInit.c
+++ b/test/CFrontend/2003-01-30-UnionInit.c
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
+// RUN: %llvmgcc -S %s -o /dev/null
// XFAIL: linux,sun,darwin
diff --git a/test/CFrontend/2003-02-12-NonlocalGoto.c b/test/CFrontend/2003-02-12-NonlocalGoto.c
index b581330..81d97e0 100644
--- a/test/CFrontend/2003-02-12-NonlocalGoto.c
+++ b/test/CFrontend/2003-02-12-NonlocalGoto.c
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
+// RUN: %llvmgcc -S %s -o /dev/null
// XFAIL: *
/* It is unlikely that LLVM will ever support nested functions, but if it does,
diff --git a/test/CFrontend/2003-08-30-AggregateInitializer.c b/test/CFrontend/2003-08-30-AggregateInitializer.c
index ab2f610..6ba53c0 100644
--- a/test/CFrontend/2003-08-30-AggregateInitializer.c
+++ b/test/CFrontend/2003-08-30-AggregateInitializer.c
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
+// RUN: %llvmgcc -S %s -o /dev/null
// XFAIL: linux,sun,darwin
struct istruct {
diff --git a/test/CFrontend/2004-01-01-UnknownInitSize.c b/test/CFrontend/2004-01-01-UnknownInitSize.c
index 863305e..c021c7a 100644
--- a/test/CFrontend/2004-01-01-UnknownInitSize.c
+++ b/test/CFrontend/2004-01-01-UnknownInitSize.c
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
+// RUN: %llvmgcc -S %s -o /dev/null
/*
* This regression test ensures that the C front end can compile initializers
diff --git a/test/CFrontend/2004-03-07-BitfieldCrash.c b/test/CFrontend/2004-03-07-BitfieldCrash.c
index f94c17e..e82ea13 100644
--- a/test/CFrontend/2004-03-07-BitfieldCrash.c
+++ b/test/CFrontend/2004-03-07-BitfieldCrash.c
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
+// RUN: %llvmgcc -S %s -o /dev/null
/*
* XFAIL: linux