summaryrefslogtreecommitdiff
path: root/test/Linker/2005-02-11-ConstantGlobals.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Linker/2005-02-11-ConstantGlobals.ll')
-rw-r--r--test/Linker/2005-02-11-ConstantGlobals.ll8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/Linker/2005-02-11-ConstantGlobals.ll b/test/Linker/2005-02-11-ConstantGlobals.ll
deleted file mode 100644
index 3067b8032a..0000000000
--- a/test/Linker/2005-02-11-ConstantGlobals.ll
+++ /dev/null
@@ -1,8 +0,0 @@
-; Test that a prototype can be marked const, and the definition is allowed
-; to be nonconst.
-
-; RUN: echo "%X = global int 7" | llvm-as > %t.2.bc
-; RUN: llvm-as < %s > %t.1.bc
-; RUN: llvm-link %t.[12].bc | llvm-dis | grep constant
-
-%X = external constant int