]> granicus.if.org Git - clang/commitdiff
Clang has no nested function support. Delete this test.
authorRafael Espindola <rafael.espindola@gmail.com>
Thu, 4 Jul 2013 14:13:53 +0000 (14:13 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Thu, 4 Jul 2013 14:13:53 +0000 (14:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@185628 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/2008-01-11-ChainConsistency.c [deleted file]

diff --git a/test/CodeGen/2008-01-11-ChainConsistency.c b/test/CodeGen/2008-01-11-ChainConsistency.c
deleted file mode 100644 (file)
index 9ae021f..0000000
+++ /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(); }