From 3e61803e890083250ff507a585bb79107cd54e0d Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Wed, 21 Aug 2002 01:48:03 +0000 Subject: [PATCH] simplification [SVN r15020] --- test/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Jamfile b/test/Jamfile index 6ca688a2..7dcd3351 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -63,7 +63,7 @@ bpl-test builtin_converters : test_builtin_converters.py test_builtin_converters bpl-test test_pointer_adoption ; bpl-test operators ; bpl-test callbacks ; -bpl-test defaults_ext : defaults.py defaults.cpp ; +bpl-test defaults ; bpl-test object ; bpl-test list ;