1
0
forked from boostorg/core

Fix typo in test/Jamfile

This commit is contained in:
Peter Dimov
2020-02-16 20:17:52 +02:00
parent f3cd812ccb
commit 13e9d3d4d9

View File

@ -59,7 +59,7 @@ compile ignore_unused_test.cpp
: <warnings>extra
<toolset>gcc:<warnings-as-errors>on
<toolset>clang:<warnings-as-errors>on
<toolset>msvc::<warnings-as-errors>on ;
<toolset>msvc:<warnings-as-errors>on ;
run sp_typeinfo_test.cpp ;
run sp_typeinfo_test.cpp : : : <rtti>off : sp_typeinfo_test_no_rtti ;