aboutsummaryrefslogtreecommitdiff
path: root/build2/test/script/parser.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-10-24 15:35:04 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-11-04 09:26:35 +0200
commit5bfa47e072eb0592a4df15dbf68ce3ea76383905 (patch)
tree515c6e028236a8d631f4701c5758445f054731c0 /build2/test/script/parser.cxx
parentb0bed0e1205f44ae73850fac521f9162f29adef5 (diff)
Minor testscript changes
Diffstat (limited to 'build2/test/script/parser.cxx')
-rw-r--r--build2/test/script/parser.cxx22
1 files changed, 11 insertions, 11 deletions
diff --git a/build2/test/script/parser.cxx b/build2/test/script/parser.cxx
index 183b8ac..2e5e9df 100644
--- a/build2/test/script/parser.cxx
+++ b/build2/test/script/parser.cxx
@@ -506,7 +506,7 @@ namespace build2
//
switch (tt)
{
- case type::in_std:
+ case type::in_pass:
case type::in_null:
case type::in_str:
case type::in_str_nn:
@@ -518,7 +518,7 @@ namespace build2
break;
}
- case type::out_std:
+ case type::out_pass:
case type::out_null:
case type::out_str:
case type::out_str_nn:
@@ -535,8 +535,8 @@ namespace build2
redirect_type rt;
switch (tt)
{
- case type::in_std:
- case type::out_std: rt = redirect_type::std; break;
+ case type::in_pass:
+ case type::out_pass: rt = redirect_type::pass; break;
case type::in_null:
case type::out_null: rt = redirect_type::null; break;
@@ -558,7 +558,7 @@ namespace build2
switch (rt)
{
case redirect_type::none:
- case redirect_type::std:
+ case redirect_type::pass:
case redirect_type::null:
break;
case redirect_type::here_string:
@@ -601,8 +601,8 @@ namespace build2
break;
}
- case type::in_std:
- case type::out_std:
+ case type::in_pass:
+ case type::out_pass:
case type::in_null:
case type::out_null:
@@ -659,8 +659,8 @@ namespace build2
//
switch (tt)
{
- case type::in_std:
- case type::out_std:
+ case type::in_pass:
+ case type::out_pass:
case type::in_null:
case type::out_null:
@@ -801,8 +801,8 @@ namespace build2
//
switch (tt)
{
- case type::in_std:
- case type::out_std:
+ case type::in_pass:
+ case type::out_pass:
case type::in_null:
case type::out_null: