aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test_mixramp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_mixramp.cxx b/test/test_mixramp.cxx
index 74d49dd87..0dc67db77 100644
--- a/test/test_mixramp.cxx
+++ b/test/test_mixramp.cxx
@@ -43,7 +43,7 @@ public:
free(foo);
foo = strdup(input);
- CPPUNIT_ASSERT(std::isnan(mixramp_interpolate(foo, 6.1)));
+ CPPUNIT_ASSERT(mixramp_interpolate(foo, 6.1) < 0);
free(foo);
foo = strdup(input);