aboutsummaryrefslogtreecommitdiff
path: root/build2/test/script/token
diff options
context:
space:
mode:
Diffstat (limited to 'build2/test/script/token')
-rw-r--r--build2/test/script/token4
1 files changed, 2 insertions, 2 deletions
diff --git a/build2/test/script/token b/build2/test/script/token
index c1e05fd..d20309a 100644
--- a/build2/test/script/token
+++ b/build2/test/script/token
@@ -31,13 +31,13 @@ namespace build2
log_and, // &&
log_or, // ||
- in_null, // <!
+ in_null, // <-
in_str, // <
in_str_nn, // <:
in_doc, // <<
in_doc_nn, // <<:
- out_null, // >!
+ out_null, // >-
out_str, // >
out_str_nn, // >:
out_doc, // >>