summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/alias-error.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/alias-error.ll')
-rw-r--r--test/CodeGen/X86/alias-error.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/alias-error.ll b/test/CodeGen/X86/alias-error.ll
index 1b34d17726..8f01dcff2b 100644
--- a/test/CodeGen/X86/alias-error.ll
+++ b/test/CodeGen/X86/alias-error.ll
@@ -1,4 +1,4 @@
-; RUN: not llc -mtriple=i686-pc-linux-gnu %s 2>&1 | FileCheck %s
+; RUN: not llc -mtriple=i686-pc-linux-gnu %s -o /dev/null 2>&1 | FileCheck %s
@a = external global i32
@b = alias i32* @a