diff options
Diffstat (limited to 'tests/libcxx/include/cassert')
-rw-r--r-- | tests/libcxx/include/cassert | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/tests/libcxx/include/cassert b/tests/libcxx/include/cassert deleted file mode 100644 index 7337b16e..00000000 --- a/tests/libcxx/include/cassert +++ /dev/null @@ -1,23 +0,0 @@ -// -*- C++ -*- -//===-------------------------- cassert -----------------------------------===// -// -// The LLVM Compiler Infrastructure -// -// This file is dual licensed under the MIT and the University of Illinois Open -// Source Licenses. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// - -/* - cassert synopsis - -Macros: - - assert - -*/ - -#include <__config> -#include <assert.h> - -#pragma GCC system_header |