From 5bfa47e072eb0592a4df15dbf68ce3ea76383905 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 24 Oct 2016 15:35:04 +0200 Subject: Minor testscript changes --- build2/test/script/token | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build2/test/script/token') diff --git a/build2/test/script/token b/build2/test/script/token index 64c1a0c..1d4f2e4 100644 --- a/build2/test/script/token +++ b/build2/test/script/token @@ -31,14 +31,14 @@ namespace build2 log_and, // && log_or, // || - in_std, // <+ + in_pass, // <+ in_null, // <- in_str, // < in_str_nn, // <: in_doc, // << in_doc_nn, // <<: - out_std, // >+ + out_pass, // >+ out_null, // >- out_str, // > out_str_nn, // >: -- cgit v1.1