diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-02-17 17:16:30 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-02-17 17:36:27 +0100 |
commit | 29c8619a49779a06dd6f59b010682bd4f999aa55 (patch) | |
tree | 7f501d8c60211a6dbe6c6d153aea5890dfe00235 /tests | |
parent | 09ece9fa6c454e7c039990363a0fbe838d68d5c1 (diff) | |
download | ffmpeg-29c8619a49779a06dd6f59b010682bd4f999aa55.tar.gz |
fate: add print() to the tests of eval
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ref/fate/eval | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ref/fate/eval b/tests/ref/fate/eval index 91a8abf171..59e3fe40a4 100644 --- a/tests/ref/fate/eval +++ b/tests/ref/fate/eval @@ -247,8 +247,8 @@ Evaluating 'gauss(0.1)' Evaluating 'hypot(4,3)' 'hypot(4,3)' -> 5.000000 -Evaluating 'gcd(30,55)*min(9,1)' -'gcd(30,55)*min(9,1)' -> 5.000000 +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 |