From 977d07a3ae47ef204665d1eda2d642e5064724f3 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 24 Jun 2019 12:01:19 +0200 Subject: Split build system into library and driver --- build2/test/rule.cxx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'build2/test/rule.cxx') diff --git a/build2/test/rule.cxx b/build2/test/rule.cxx index a67ceff..7cb830c 100644 --- a/build2/test/rule.cxx +++ b/build2/test/rule.cxx @@ -4,11 +4,11 @@ #include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include #include @@ -548,7 +548,7 @@ namespace build2 diag_frame::stack_guard dsg (ds); r = perform_script_impl (t, ts, wd, *this); }, - diag_frame::stack, + diag_frame::stack (), ref (r), cref (t), cref (ts), -- cgit v1.1