diff options
Diffstat (limited to 'libstdc++-v3/testsuite/17_intro/header_ciso646.cc')
-rw-r--r-- | libstdc++-v3/testsuite/17_intro/header_ciso646.cc | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/libstdc++-v3/testsuite/17_intro/header_ciso646.cc b/libstdc++-v3/testsuite/17_intro/header_ciso646.cc index 8513b0864ef..35b1ceef32d 100644 --- a/libstdc++-v3/testsuite/17_intro/header_ciso646.cc +++ b/libstdc++-v3/testsuite/17_intro/header_ciso646.cc @@ -1,6 +1,6 @@ // 1999-05-20 bkoz -// Copyright (C) 1999 Free Software Foundation, Inc. +// Copyright (C) 1999, 2003 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the @@ -86,10 +86,6 @@ bool test01() #endif -#ifdef DEBUG_ASSERT - assert(test); -#endif - return test; } @@ -110,10 +106,6 @@ bool test02() VERIFY( (arg1 && arg2) == (arg1 and arg2) ); VERIFY( (arg1 && int1) == (arg1 and int1) ); -#ifdef DEBUG_ASSERT - assert(test); -#endif - return test; } |