[FFmpeg-cvslog] tests/eval: fix reference after b2098d2417a085d33d99738dd7f963c7b260a0bf

Stefano Sabatini git at videolan.org
Sun Mar 17 02:06:21 CET 2013


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Sun Mar 17 01:56:53 2013 +0100| [72a1257b5bf9d71380a92087930998d5f2382499] | committer: Stefano Sabatini

tests/eval: fix reference after b2098d2417a085d33d99738dd7f963c7b260a0bf

+10l to me, I blame the aliens.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=72a1257b5bf9d71380a92087930998d5f2382499
---

 tests/ref/fate/eval |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/ref/fate/eval b/tests/ref/fate/eval
index 4a8e4e3..0e76fe5 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



More information about the ffmpeg-cvslog mailing list