From c49018d9cce52d8c9f34b44865ec3ba8e89a1488 Mon Sep 17 00:00:00 2001
From: dim <dim@FreeBSD.org>
Date: Sun, 12 Jun 2011 15:46:16 +0000
Subject: Vendor import of clang trunk r132879:
 http://llvm.org/svn/llvm-project/cfe/trunk@132879

---
 test/PCH/cxx-static_assert.h | 9 ---------
 1 file changed, 9 deletions(-)
 delete mode 100644 test/PCH/cxx-static_assert.h

(limited to 'test/PCH/cxx-static_assert.h')

diff --git a/test/PCH/cxx-static_assert.h b/test/PCH/cxx-static_assert.h
deleted file mode 100644
index ba41ab8..0000000
--- a/test/PCH/cxx-static_assert.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Header for PCH test cxx-static_assert.cpp
-
-
-
-
-
-template<int N> struct T {
-    static_assert(N == 2, "N is not 2!");
-};
-- 
cgit v1.1