Skip to content

Commit 1270263

Browse files
committed
#23: * fix Fiber created first, then spawn operation - should detect incompatible context
1 parent 7a3f113 commit 1270263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/edge_cases/007-fiber_first_then_spawn.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ echo "Test completed\n";
4646
Test: Fiber first, then spawn
4747
Starting Fiber
4848
Inside Fiber
49-
Async exception caught: The True Async Scheduler cannot be started from within a Fiber
49+
Async exception caught: Cannot spawn a coroutine when async is disabled
5050
Test completed

0 commit comments

Comments
 (0)