This fixes the test on platforms where char is unsigned, where the original test couldn't (and shouldn't) pass, because `char -> int` is not an embedding (signed -> unsigned).
The commit that actually fixes this issue is 7f7c7a19, which adds an embedding from `char` to any integral type with the proper signedness. Closes #234
7f7c7a19