diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 3afda3a8..25595e4a 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -467,7 +467,7 @@ rule thread-compile-fail-V2 ( sources : reqs * : name ) #[ thread-run2 ./threads/container/thread_ptr_list_pass.cpp : thread_ptr_list_p ] ; - explicit examples ; + #explicit examples ; test-suite ts_examples : [ thread-run ../example/monitor.cpp ]