aboutsummaryrefslogtreecommitdiff
path: root/build2/test/script/runner.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/test/script/runner.cxx')
-rw-r--r--build2/test/script/runner.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/build2/test/script/runner.cxx b/build2/test/script/runner.cxx
index c4778bf..25383cf 100644
--- a/build2/test/script/runner.cxx
+++ b/build2/test/script/runner.cxx
@@ -40,7 +40,7 @@ namespace build2
case redirect_type::here_document:
{
o << prefix[n - 1]; // Add another '>' or '<'.
- print_string (r.end_marker);
+ print_string (r.here_end);
break;
}
default: assert (false);
@@ -51,7 +51,7 @@ namespace build2
{
// Here-document value always ends with a newline.
//
- o << endl << r.value << r.end_marker;
+ o << endl << r.value << r.here_end;
};
print_string (t.program.string ());