From 9cf7960dbb8f9e6d1e23c44a44a71a5afe07dc86 Mon Sep 17 00:00:00 2001 From: t2-akhmetov <tair2.akhmetov@live.uwe.ac.uk> Date: Sat, 6 Jan 2024 02:48:52 +0000 Subject: [PATCH] Update unittest_1.cpp --- Task 1/unittest_1.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Task 1/unittest_1.cpp b/Task 1/unittest_1.cpp index 581a88a..77b4a19 100644 --- a/Task 1/unittest_1.cpp +++ b/Task 1/unittest_1.cpp @@ -3,6 +3,8 @@ #include <cstdlib> #include "../context/context.hpp" +const int StackSize = 4096; + struct Fiber { char stack[StackSize]; Context context; -- GitLab