diff --git a/clang/test/CodeGen/2008-01-11-ChainConsistency.c b/clang/test/CodeGen/2008-01-11-ChainConsistency.c deleted file mode 100644 index 9ae021f6da58..000000000000 --- a/clang/test/CodeGen/2008-01-11-ChainConsistency.c +++ /dev/null @@ -1,3 +0,0 @@ -// RUN: %clang_cc1 -emit-llvm %s -o - -fnested-functions | not grep nest - -void n1(void) { void a(void) { a(); } a(); }