diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-03-17 01:56:53 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-03-17 02:04:45 +0100 |
commit | 72a1257b5bf9d71380a92087930998d5f2382499 (patch) | |
tree | 22b5c688cd7d9b22c1ffa61c7cd6c1a77d284075 | |
parent | 2b27f7fb04c54cf12ac6773bee19d2a4ebbdb64f (diff) | |
download | ffmpeg-72a1257b5bf9d71380a92087930998d5f2382499.tar.gz |
tests/eval: fix reference after b2098d2417a085d33d99738dd7f963c7b260a0bf
+10l to me, I blame the aliens.
-rw-r--r-- | tests/ref/fate/eval | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/ref/fate/eval b/tests/ref/fate/eval index 4a8e4e3505..0e76fe5996 100644 --- a/tests/ref/fate/eval +++ b/tests/ref/fate/eval @@ -250,9 +250,6 @@ Evaluating 'hypot(4,3)' Evaluating 'gcd(30,55)*print(min(9,1))' 'gcd(30,55)*print(min(9,1))' -> 5.000000 -12.700000 == 12.7 -0.931323 == 0.931322575 - Evaluating 'bitor(42, 12)' 'bitor(42, 12)' -> 46.000000 @@ -261,3 +258,6 @@ Evaluating 'bitand(42, 12)' Evaluating 'bitand(NAN, 1)' 'bitand(NAN, 1)' -> nan + +12.700000 == 12.7 +0.931323 == 0.931322575 |