remove this xfailed testcase, move it into a comment in PR279, an enhancement PR.
authorChris Lattner <sabre@nondot.org>
Sat, 5 May 2007 21:38:55 +0000 (21:38 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 5 May 2007 21:38:55 +0000 (21:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36793 91177308-0d34-0410-b5e6-96231b3b80d8

test/CFrontend/2004-02-13-StringInit.c.tr [deleted file]

diff --git a/test/CFrontend/2004-02-13-StringInit.c.tr b/test/CFrontend/2004-02-13-StringInit.c.tr
deleted file mode 100644 (file)
index 0dfe557..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-// XFAIL: *
-// RUN: %llvmgcc -xc %s -c -o - | llvm-dis | grep llvm.memset
-
-char test(int X) {
-  char str[10000] = "abc"; // tail should be memset.
-  return str[X];
-} 
-