From 95ad3ede45165512959b98f8593ad26275865280 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 12ea67a..ba8a83a 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -38,7 +38,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 ;