From d1aa56a289cc823c92959b1f2287058ec6d58eeb Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Tue, 17 Mar 2026 12:26:58 -0400 Subject: [PATCH] xo-interpreter2: utest: match changed report-memory-use spelling --- xo-interpreter2/utest/VirtualSchematikaMachine.test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xo-interpreter2/utest/VirtualSchematikaMachine.test.cpp b/xo-interpreter2/utest/VirtualSchematikaMachine.test.cpp index 9fb85ffc..3f5d145c 100644 --- a/xo-interpreter2/utest/VirtualSchematikaMachine.test.cpp +++ b/xo-interpreter2/utest/VirtualSchematikaMachine.test.cpp @@ -729,7 +729,7 @@ namespace xo { vsm.begin_interactive_session(); - span_type input = span_type::from_cstr("report_memory_use();"); + span_type input = span_type::from_cstr("report-memory-use();"); log && log(xtag("input", input));