From 9b84b9bf59ba8bb830315b1ca18528e77d7b00cb Mon Sep 17 00:00:00 2001 From: Persson-dev Date: Thu, 23 May 2024 15:17:21 +0200 Subject: [PATCH] maybe fix test --- test/test_vect.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_vect.cpp b/test/test_vect.cpp index bebd688..d80347e 100644 --- a/test/test_vect.cpp +++ b/test/test_vect.cpp @@ -4,7 +4,7 @@ #include const static int EXECUTION_COUNT = 100000; -static constexpr int MATRIX_MAX_SIZE = 7; +static constexpr int MATRIX_MAX_SIZE = 5; static int GetRandomSize() { return rand() % MATRIX_MAX_SIZE + 1;