aboutsummaryrefslogtreecommitdiff
path: root/test/Assembler/2010-01-06-UnionType.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Assembler/2010-01-06-UnionType.ll')
-rw-r--r--test/Assembler/2010-01-06-UnionType.ll3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/Assembler/2010-01-06-UnionType.ll b/test/Assembler/2010-01-06-UnionType.ll
deleted file mode 100644
index 37130d66088d..000000000000
--- a/test/Assembler/2010-01-06-UnionType.ll
+++ /dev/null
@@ -1,3 +0,0 @@
-; RUN: llvm-as %s -o /dev/null
-
-%X = type union { i32, i32* }