From e3e1f4762ea66b9e5c9b01c961012bdc77c9db44 Mon Sep 17 00:00:00 2001 From: Joseph Lenox Date: Thu, 12 Jul 2018 17:33:19 -0500 Subject: [PATCH] Use regular char instead of 32 --- src/test/test_options.hpp.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/test_options.hpp.in b/src/test/test_options.hpp.in index 8e75ecda6..201961cc4 100644 --- a/src/test/test_options.hpp.in +++ b/src/test/test_options.hpp.in @@ -1,6 +1,6 @@ #ifndef TEST_OPTIONS_HPP /// Directory path, passed in from the outside, for the path to the test inputs dir. -constexpr auto* testfile_dir {U"@TESTFILE_DIR@"}; +constexpr auto* testfile_dir {"@TESTFILE_DIR@"}; #endif // TEST_OPTIONS_HPP