From dfb1fc50c86349db542cf6f734bbbbb801ccf7f2 Mon Sep 17 00:00:00 2001 From: akumta Date: Tue, 5 Jan 2016 09:51:59 -0800 Subject: [PATCH] Update for ticket #11849 --- test/Jamfile.v2 | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index d27e8b4..b812b99 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -10,11 +10,9 @@ import testing ; rule run-vaseq ( command target ) { - # Sun does not automatically detect type-of emulation mode (force it). - run $(target).cpp : : : sun:BOOST_TYPEOF_EMULATION ; - run $(target)_seq.cpp : : : sun:BOOST_TYPEOF_EMULATION ; - run $(target)_seq_nova.cpp : : : - sun:BOOST_TYPEOF_EMULATION ; + run $(target).cpp : : : ; + run $(target)_seq.cpp : : : ; + run $(target)_seq_nova.cpp : : : ; } rule run-typeof ( native_target emulation_target )