Tests: Add missing C4Include reference to UnicodeHandlingTest

All of our headers are designed to be included *after* C4Include.h,
which UnicodeHandlingTest.cpp didn't do, resulting in an ill-formed
program on some implementations.
alut-include-path
Nicolas Hake 2017-03-19 10:59:37 +01:00
parent 9b61ba468d
commit 379c5a5746
1 changed files with 1 additions and 1 deletions

View File

@ -15,6 +15,7 @@
/* Verify correct behavior of UTF-8 handling code. */
#include "C4Include.h"
#include "lib/Standard.h"
#include <gtest/gtest.h>
@ -206,7 +207,6 @@ TEST(UnicodeHandlingTest, WideStringConversion)
#ifdef _WIN32
#include "platform/StdRegistry.h"
char StdCompiler::SeparatorToChar(enum StdCompiler::Sep) { return ' '; }
TEST(UnicodeHandlingTest, RegistryAccess)
{
const wchar_t *wide_strings[] = {