From 37d331d6bb43b5b457c043d00a643b1524e44dbd Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Thu, 14 May 2026 19:52:24 -0700 Subject: [PATCH] Fix test_promise expectations after #26954. NFC Of course, I should really have waited until all CI tests passed when I landed #26954! --- test/core/test_promise.out | 1 - 1 file changed, 1 deletion(-) diff --git a/test/core/test_promise.out b/test/core/test_promise.out index 81c6b80879681..cc0c5aa475b18 100644 --- a/test/core/test_promise.out +++ b/test/core/test_promise.out @@ -35,4 +35,3 @@ test_null_handlers expected success: 42 expected error: 43 finish -warning: emscripten_force_exit cannot actually shut down the runtime, as the build does not have EXIT_RUNTIME set