From 0bcbc065c2334e34047d2d48afb3eaebab84bf6b Mon Sep 17 00:00:00 2001 From: Ayaz Hafiz Date: Tue, 20 Sep 2022 14:53:46 -0500 Subject: [PATCH] Update wasm-str tests --- crates/compiler/test_gen/src/wasm_str.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/crates/compiler/test_gen/src/wasm_str.rs b/crates/compiler/test_gen/src/wasm_str.rs index 02e5645cc2..d236479ef3 100644 --- a/crates/compiler/test_gen/src/wasm_str.rs +++ b/crates/compiler/test_gen/src/wasm_str.rs @@ -299,14 +299,14 @@ fn small_str_zeroed_literal() { reusedSpace = createStr isForRealThisTime # Unoptimised 'if' ensures that we don't just allocate in the caller's frame - if True then + if Bool.true then reusedSpace else reusedSpace main = - garbage = functionWithReusedSpace False - functionWithReusedSpace True + garbage = functionWithReusedSpace Bool.false + functionWithReusedSpace Bool.true "# ), [