summary refs log tree commit diff
path: root/math/test-math-vector.h
diff options
context:
space:
mode:
Diffstat (limited to 'math/test-math-vector.h')
-rw-r--r--math/test-math-vector.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/math/test-math-vector.h b/math/test-math-vector.h
index 63b63853ff..8a9ae9caa1 100644
--- a/math/test-math-vector.h
+++ b/math/test-math-vector.h
@@ -19,6 +19,7 @@
 #define TEST_MATHVEC 1
 #define TEST_FINITE 0
 #define TEST_ERRNO 0
+#define TEST_EXCEPTIONS 0
 
 #define CNCT(x, y) x ## y
 #define CONCAT(a, b) CNCT (a, b)