From 4231f774e491d7eabf385039d87d5db9194e0114 Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Tue, 23 Dec 2003 19:14:37 +0000 Subject: [PATCH] fix next_prior_test.cpp directory [SVN r21384] --- test/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Jamfile b/test/Jamfile index 8604afc..27465ef 100755 --- a/test/Jamfile +++ b/test/Jamfile @@ -39,5 +39,5 @@ test-suite utility [ run ../enable_if_namespace_disambiguation.cpp $(test_monitor) ] [ run ../enable_if_no_disambiguation.cpp $(test_monitor) ] [ run ../enable_if_partial_specializations.cpp $(test_monitor) ] - [ run ../next_prior_test.cpp $(test_monitor) ] + [ run next_prior_test.cpp $(test_monitor) ] ;