2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-13 00:12:11 +00:00

Added an import missing in case some conditional tests listed in the class.jam Boost Build module's __test__() testing rule are enabled.

[SVN r78933]
This commit is contained in:
Jurko Gospodnetić
2012-06-14 07:31:15 +00:00
parent 27032c15b2
commit f8fdeb9d02

View File

@@ -163,6 +163,7 @@ rule __test__ ( )
{
import assert ;
import "class" : new ;
import errors : try catch ;
# This will be the construction function for a class called 'myclass'.
#