diff options
Diffstat (limited to 'test/std/diagnostics/assertions/cassert.pass.cpp')
| -rw-r--r-- | test/std/diagnostics/assertions/cassert.pass.cpp | 20 | 
1 files changed, 0 insertions, 20 deletions
diff --git a/test/std/diagnostics/assertions/cassert.pass.cpp b/test/std/diagnostics/assertions/cassert.pass.cpp deleted file mode 100644 index 3f886e7b91fd1..0000000000000 --- a/test/std/diagnostics/assertions/cassert.pass.cpp +++ /dev/null @@ -1,20 +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 - -int main() -{ -}  | 
