Fix assignment warning
source/blender/blenlib/tests/BLI_any_test.cc:56:5: warning: explicitly assigning value of variable of type 'blender::Any<void, 8, 8>' to itself [-Wself-assign-overloaded] c = c; ~ ^ ~ 1 warning generated.
Change expect statement assuming it was a copy paste error.
[ RUN ] any.AssignMap [ OK ] any.AssignMap (1 ms)