remove bad test

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@39805 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2016-05-25 06:33:49 +00:00
parent dd70322db6
commit 9f3cbae9b6

View file

@ -237,10 +237,6 @@ int main()
nil];
p = [NSPredicate predicateWithFormat: @"sum(count) == 2"];
PASS([p evaluateWithObject: a], "aggregate sum works");
/*
p = [NSPredicate predicateWithFormat: @"avg(count) == 1"];
PASS([p evaluateWithObject: a], "aggregate avg works");
*/
END_SET("basic")