From d30b833d1161b1cc8670f268bfc5edc64af3a53c Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Thu, 12 Jun 2014 21:24:49 +0400 Subject: [PATCH] Corrected the path to noncopyable_compile_fail.cpp test. --- test/Jamfile.v2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index b6fbbba..66fbdd3 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -29,7 +29,7 @@ run eif_namespace_disambiguation.cpp ; run eif_no_disambiguation.cpp ; run eif_partial_specializations.cpp ; -compile-fail ../noncopyable_compile_fail.cpp ; +compile-fail noncopyable_compile_fail.cpp ; run explicit_operator_bool.cpp ; run explicit_operator_bool_noexcept.cpp ;