aboutsummaryrefslogtreecommitdiffstats
path: root/test/Assembler/alias-type.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Assembler/alias-type.ll')
-rw-r--r--test/Assembler/alias-type.ll6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/Assembler/alias-type.ll b/test/Assembler/alias-type.ll
deleted file mode 100644
index ead3e95..0000000
--- a/test/Assembler/alias-type.ll
+++ /dev/null
@@ -1,6 +0,0 @@
-; RUN: not llvm-as %s 2>&1 | FileCheck %s
-
-@foo = global i32 42
-@bar = alias i32 @foo
-
-CHECK: error: An alias must have pointer type