Skip to content

replace non-unicode characters in file gtestutils.h

Morton Lin requested to merge kemen209/glib:fix-bug-#1 into master

These non-asciil chars will produce warning C4819 with VS compiler on Windows. And it will prevent the project which set 'warning as error' flag from building.

Edited by Morton Lin

Merge request reports