diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index e45d61a5..971e7416 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -82,7 +82,7 @@ bpl-test crossmod_exception [ bpl-test wrapper_held_type ] [ bpl-test polymorphism2_auto_ptr - : polymorphism2_auto_ptr.py polymorphism2_auto_ptr.cpp polymorphism2.py + : polymorphism2_auto_ptr.py polymorphism2.py polymorphism2_auto_ptr.cpp ] [ bpl-test auto_ptr ] diff --git a/test/defaults.py b/test/defaults.py index e68293df..cd51a4a4 100644 --- a/test/defaults.py +++ b/test/defaults.py @@ -2,13 +2,6 @@ # Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) """ -# Use builtin True/False when available: ->>> try: -... assert(True == 1) -... except: -... True = 1 -... False = 0 - >>> from defaults_ext import * >>> bar(1) 'int(1); char(D); string(default); double(0.0); '