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:
@@ -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'.
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user