From 6d80cc657a15964d54cba2499ae3dbed359c4b7e Mon Sep 17 00:00:00 2001 From: Thibault Hallouin <thibault.hallouin@inrae.fr> Date: Wed, 11 Jan 2023 08:58:51 +0100 Subject: [PATCH] fix typo in preprocessing condition for linux --- tests/test_uncertainty.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_uncertainty.cpp b/tests/test_uncertainty.cpp index 6ec7143..99889d5 100644 --- a/tests/test_uncertainty.cpp +++ b/tests/test_uncertainty.cpp @@ -46,7 +46,7 @@ TEST(UncertaintyTests, TestBootstrapGenerator) {2013, 2013, 2013, 2011}, {2013, 2011, 2011, 2011}, {2011, 2013, 2013, 2011}}; -#elif EVALHYD_TESTING_OS = LINUX +#elif EVALHYD_TESTING_OS == LINUX sampled_years = {{2011, 2011, 2013, 2011}, {2012, 2013, 2013, 2012}, {2013, 2011, 2012, 2011}, -- GitLab