aboutsummaryrefslogtreecommitdiff
path: root/build2/test/script/script
diff options
context:
space:
mode:
Diffstat (limited to 'build2/test/script/script')
-rw-r--r--build2/test/script/script6
1 files changed, 3 insertions, 3 deletions
diff --git a/build2/test/script/script b/build2/test/script/script
index ab54ad0..0b3a05e 100644
--- a/build2/test/script/script
+++ b/build2/test/script/script
@@ -151,7 +151,7 @@ namespace build2
redirect out;
redirect err;
- build2::cleanups cleanups;
+ script::cleanups cleanups;
command_exit exit {exit_comparison::eq, 0};
};
@@ -200,7 +200,7 @@ namespace build2
optional<description> desc;
- build2::cleanups cleanups;
+ test::script::cleanups cleanups;
// Variables.
//
@@ -236,7 +236,7 @@ namespace build2
// cleanup type if this path is already registered.
//
void
- clean (cleanup p, bool implicit);
+ clean (cleanup, bool implicit);
public:
virtual