fate: add print() to the tests of eval

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer
2013-02-17 17:16:30 +01:00
parent 09ece9fa6c
commit 29c8619a49
2 changed files with 3 additions and 3 deletions

View File

@ -805,7 +805,7 @@ int main(int argc, char **argv)
"squish(2)",
"gauss(0.1)",
"hypot(4,3)",
"gcd(30,55)*min(9,1)",
"gcd(30,55)*print(min(9,1))",
NULL
};