aboutsummaryrefslogtreecommitdiffstats
path: root/libtests
diff options
context:
space:
mode:
Diffstat (limited to 'libtests')
-rw-r--r--libtests/qintc.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/libtests/qintc.cc b/libtests/qintc.cc
index d5738a4b..f6c15f00 100644
--- a/libtests/qintc.cc
+++ b/libtests/qintc.cc
@@ -4,7 +4,7 @@
#include <stdint.h>
#define try_convert(exp_pass, fn, i) \
- try_convert_real(#fn "(" #i ")", exp_pass, fn, i)
+ try_convert_real(#fn "(" #i ")", exp_pass, fn, i)
template <typename From, typename To>
static void
@@ -27,7 +27,7 @@ try_convert_real(
}
#define try_range_check(exp_pass, a, b) \
- try_range_check_real(#a " + " #b, exp_pass, a, b)
+ try_range_check_real(#a " + " #b, exp_pass, a, b)
template <typename T>
static void
@@ -47,7 +47,7 @@ try_range_check_real(
}
#define try_range_check_subtract(exp_pass, a, b) \
- try_range_check_subtract_real(#a " - " #b, exp_pass, a, b)
+ try_range_check_subtract_real(#a " - " #b, exp_pass, a, b)
template <typename T>
static void