[1704] style matters: don't omit {}, func name convention, typo.
also use unnamed namespace instead of file-scope static. technically, this use of static was deprecated in C++. also use the unnamed namespace for the entire TESTs, which is our common (though not explicitly documented) convention.
Please register or sign in to comment