diff options
| author | 2020-06-28 12:37:50 -0400 | |
|---|---|---|
| committer | 2020-06-28 12:37:50 -0400 | |
| commit | b05795d704e0c194215f815a5703db09e524b59a (patch) | |
| tree | ecf4023b4ee0c91555c1d8263762fcb9dcb04a17 /src/tests/common/fibers.cpp | |
| parent | Merge pull request #4196 from ogniK5377/nrr-nro-fixes (diff) | |
| parent | Core/Common: Address Feedback. (diff) | |
| download | yuzu-b05795d704e0c194215f815a5703db09e524b59a.tar.gz yuzu-b05795d704e0c194215f815a5703db09e524b59a.tar.xz yuzu-b05795d704e0c194215f815a5703db09e524b59a.zip | |
Merge pull request #3955 from FernandoS27/prometheus-2b
Remake Kernel Scheduling, CPU Management & Boot Management (Prometheus)
Diffstat (limited to 'src/tests/common/fibers.cpp')
| -rw-r--r-- | src/tests/common/fibers.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/common/fibers.cpp b/src/tests/common/fibers.cpp index 12536b6d8..4fd92428f 100644 --- a/src/tests/common/fibers.cpp +++ b/src/tests/common/fibers.cpp | |||
| @@ -68,7 +68,7 @@ static void ThreadStart1(u32 id, TestControl1& test_control) { | |||
| 68 | * doing all the work required. | 68 | * doing all the work required. |
| 69 | */ | 69 | */ |
| 70 | TEST_CASE("Fibers::Setup", "[common]") { | 70 | TEST_CASE("Fibers::Setup", "[common]") { |
| 71 | constexpr u32 num_threads = 7; | 71 | constexpr std::size_t num_threads = 7; |
| 72 | TestControl1 test_control{}; | 72 | TestControl1 test_control{}; |
| 73 | test_control.thread_fibers.resize(num_threads); | 73 | test_control.thread_fibers.resize(num_threads); |
| 74 | test_control.work_fibers.resize(num_threads); | 74 | test_control.work_fibers.resize(num_threads); |