diff --git a/Math/tests/Matrix.test.mq5 b/Math/tests/Matrix.test.mq5 index 208e766cc..4e48eba55 100644 --- a/Math/tests/Matrix.test.mq5 +++ b/Math/tests/Matrix.test.mq5 @@ -25,9 +25,8 @@ */ // Defines. -#ifdef __MQL5__ -#define USE_MQL_MATH_STAT -#endif +// Uncomment to use platform's Math library. +// #define USE_MQL_MATH_STAT // Includes. #include "../Matrix.h"