I think so like as wangxiang has said.
first, this test function is not neccessary , because this function just involke the function "empty". Usually when you write a function, which is actuelly provide some functionality more than some else, then you can write it. Otherwise, you need just involke the function, what is already there.
second, when you write some function, you should try to realise, that the name of function should be explainable, that mean, someoneelse can also direct know what you will do with this function by name reading without a document to read.