aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/aedifex/command/build.lux
diff options
context:
space:
mode:
authorEduardo Julian2021-07-30 01:12:05 -0400
committerEduardo Julian2021-07-30 01:12:05 -0400
commit9f039e8a0a09e0278547d697efa018cd3fd68672 (patch)
tree0b2298edfae39efa7195fc5152d267cc25dd7fc1 /stdlib/source/test/aedifex/command/build.lux
parent54b28c1caeda08965c258411a32229be1766d47f (diff)
More renamings.
Diffstat (limited to 'stdlib/source/test/aedifex/command/build.lux')
-rw-r--r--stdlib/source/test/aedifex/command/build.lux6
1 files changed, 3 insertions, 3 deletions
diff --git a/stdlib/source/test/aedifex/command/build.lux b/stdlib/source/test/aedifex/command/build.lux
index b38b61340..1a1ff7f60 100644
--- a/stdlib/source/test/aedifex/command/build.lux
+++ b/stdlib/source/test/aedifex/command/build.lux
@@ -199,7 +199,7 @@
/.ruby_compiler_name
/.start
/.success]
- (try.default false verdict)))))
+ (try.else false verdict)))))
(do !
[#let [console (@version.echo "")]
[compiler resolution] ..resolution]
@@ -213,7 +213,7 @@
(in (and (text\= /.start start)
(text\= /.failure end))))]
(_.cover' [/.failure]
- (try.default false verdict)))))
+ (try.else false verdict)))))
(do !
[expected/0 (random.ascii/alpha 5)
expected/1 (random.ascii/alpha 5)
@@ -243,7 +243,7 @@
(text\= expected/2 actual/2)
end!)))]
(_.cover' [<log!>]
- (try.default false verdict)))))]
+ (try.else false verdict)))))]
[#0 /.log_output!]
[#1 /.log_error!]