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/token6
1 files changed, 3 insertions, 3 deletions
diff --git a/build2/test/script/token b/build2/test/script/token
index e952e00..c39811a 100644
--- a/build2/test/script/token
+++ b/build2/test/script/token
@@ -33,9 +33,9 @@ namespace build2
in_string, // <
in_document, // <<
- out_null, // <!
- out_string, // <
- out_document // <<
+ out_null, // >!
+ out_string, // >
+ out_document // >>
};
token_type () = default;