1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

tests/eval: fix reference after b2098d2417

+10l to me, I blame the aliens.
This commit is contained in:
Stefano Sabatini 2013-03-17 01:56:53 +01:00
parent 2b27f7fb04
commit 72a1257b5b

View 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