blob: f39fb8735b5a8d64a0c7b78852273aa6f47f920a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Fix fiber test to be compatible with musl libc.
--- a/test/unit/fiber.result
+++ b/test/unit/fiber.result
@@ -1,6 +1,6 @@
-#gh-1238: log uncaught errors
-SystemError Failed to allocate 42 bytes in allocator for exception: Cannot allocate memory
*** fiber_name_test ***
+#gh-1238: log uncaught errors
+SystemError Failed to allocate 42 bytes in allocator for exception: Out of memory
# name of a new fiber: main.
# set new fiber name: Horace.
|