From 71fc834b3f0caa9518a8537d851c96751837bda7 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Fri, 5 Jan 2007 17:36:59 +0000 Subject: [PATCH] This tests for something that will become illegal soon. The test/Feature suite has a test for renaming of global variables. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32914 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Assembler/2003-02-02-ConstGlobal.ll | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 test/Assembler/2003-02-02-ConstGlobal.ll diff --git a/test/Assembler/2003-02-02-ConstGlobal.ll b/test/Assembler/2003-02-02-ConstGlobal.ll deleted file mode 100644 index faecbf5560d..00000000000 --- a/test/Assembler/2003-02-02-ConstGlobal.ll +++ /dev/null @@ -1,4 +0,0 @@ -; RUN: llvm-upgrade < %s | llvm-as -o /dev/null -f - -%X = external global int -%X = constant int 7