From 4558e62adcff2fcdd515b5c19bca73c3dd2f4e33 Mon Sep 17 00:00:00 2001 From: Peter Evans Date: Mon, 26 Feb 2018 20:46:19 -0600 Subject: [PATCH] Use the correct name for the quit command function --- tests/vm_debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/vm_debug.c b/tests/vm_debug.c index 5120991..2d60d3c 100644 --- a/tests/vm_debug.c +++ b/tests/vm_debug.c @@ -267,4 +267,4 @@ Test(vm_debug, cmd_step) cr_assert_eq(mach->cpu->PC, 2); } -/* Test(vm_debug, quit) */ +/* Test(vm_debug, cmd_quit) */