diff options
Diffstat (limited to 'libcxx/test/diagnostics/assertions/cassert.pass.cpp')
| -rw-r--r-- | libcxx/test/diagnostics/assertions/cassert.pass.cpp | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/libcxx/test/diagnostics/assertions/cassert.pass.cpp b/libcxx/test/diagnostics/assertions/cassert.pass.cpp deleted file mode 100644 index bed7a394ee4..00000000000 --- a/libcxx/test/diagnostics/assertions/cassert.pass.cpp +++ /dev/null @@ -1,24 +0,0 @@ -//===----------------------------------------------------------------------===// -// -// 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. -// -//===----------------------------------------------------------------------===// - -// test <cassert> - -#include <cassert> - -#ifndef assert -#error assert not defined -#endif - -#ifndef _LIBCPP_VERSION -#error _LIBCPP_VERSION not defined -#endif - -int main() -{ -} |

