summaryrefslogtreecommitdiff
path: root/tests/ref/fate/eval
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ref/fate/eval')
-rw-r--r--tests/ref/fate/eval4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ref/fate/eval b/tests/ref/fate/eval
index 0e4844efc5..ef50292024 100644
--- a/tests/ref/fate/eval
+++ b/tests/ref/fate/eval
@@ -136,8 +136,8 @@ Evaluating 'ceil(-123.123)'
Evaluating 'sqrt(1764)'
'sqrt(1764)' -> 42.000000
-Evaluating 'sqrt(-1)'
-'sqrt(-1)' -> -nan
+Evaluating 'isnan(sqrt(-1))'
+'isnan(sqrt(-1))' -> 1.000000
Evaluating 'not(1)'
'not(1)' -> 0.000000