From 9292c16d1886afded696981673fc4cb4d715fbc7 Mon Sep 17 00:00:00 2001 From: Snorlax <57375992+SnorlaxAssist@users.noreply.github.com> Date: Tue, 24 Sep 2024 10:18:00 -0400 Subject: [PATCH] Update Coverage.lua --- tests/Conformance/Emulated/Coverage.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Conformance/Emulated/Coverage.lua b/tests/Conformance/Emulated/Coverage.lua index 035a41b..05046ae 100644 --- a/tests/Conformance/Emulated/Coverage.lua +++ b/tests/Conformance/Emulated/Coverage.lua @@ -90,6 +90,6 @@ assert(MATCH( } )) -assert(hits == 7, "Coverage must start with no hits") +assert(hits == 7, "Coverage must have 7 hits") OK()