From d5c33a203de1310f90058a3bf87cf14e1823ffba Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Wed, 21 Aug 2002 15:15:13 +0000 Subject: [PATCH] simplify [SVN r15030] --- 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 ;