summaryrefslogtreecommitdiff
path: root/indra/llmath/tests/v2math_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llmath/tests/v2math_test.cpp')
-rw-r--r--indra/llmath/tests/v2math_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmath/tests/v2math_test.cpp b/indra/llmath/tests/v2math_test.cpp
index 748cdf913a..456faf7c0c 100644
--- a/indra/llmath/tests/v2math_test.cpp
+++ b/indra/llmath/tests/v2math_test.cpp
@@ -379,7 +379,7 @@ namespace tut
x1 = 1.0f, y1 = 2.0f, x2 = 1.0f, y2 = 3.2234f;
vec2.setVec(x1, y1);
vec3.setVec(x2, y2);
- ensure("2:operator < failed", (FALSE == vec3 < vec2));
+ ensure("2:operator < failed", (FALSE == (vec3 < vec2)));
}
template<> template<>