r185629 - Remove old test.

Rafael Espindola rafael.espindola at gmail.com
Thu Jul 4 07:18:32 PDT 2013


Author: rafael
Date: Thu Jul  4 09:18:32 2013
New Revision: 185629

URL: http://llvm.org/viewvc/llvm-project?rev=185629&view=rev
Log:
Remove old test.

It was not clear what was being tested and the test was trivially passing
by getting grep confused with tcl quotes.

Removed:
    cfe/trunk/test/CodeGen/2004-11-27-InvalidConstantExpr.c

Removed: cfe/trunk/test/CodeGen/2004-11-27-InvalidConstantExpr.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/2004-11-27-InvalidConstantExpr.c?rev=185628&view=auto
==============================================================================
--- cfe/trunk/test/CodeGen/2004-11-27-InvalidConstantExpr.c (original)
+++ cfe/trunk/test/CodeGen/2004-11-27-InvalidConstantExpr.c (removed)
@@ -1,10 +0,0 @@
-// RUN: %clang_cc1 %s -emit-llvm -o - | not grep {foo\\* sub}
-// This should not produce a subtrace constantexpr of a pointer
-struct foo {
-  int Y;
-  char X[100];
-} F;
-
-int test(char *Y) {
-   return Y - F.X;
-} 





More information about the cfe-commits mailing list