]> git.sesse.net Git - ffmpeg/commitdiff
tests/eval: fix reference after b2098d2417a085d33d99738dd7f963c7b260a0bf
authorStefano Sabatini <stefasab@gmail.com>
Sun, 17 Mar 2013 00:56:53 +0000 (01:56 +0100)
committerStefano Sabatini <stefasab@gmail.com>
Sun, 17 Mar 2013 01:04:45 +0000 (02:04 +0100)
+10l to me, I blame the aliens.

tests/ref/fate/eval

index 4a8e4e35050798d173c4383f3804798f70b4670d..0e76fe59969bea6426890cc2b3aebf8db72fb3ee 100644 (file)
@@ -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