Use regular char instead of 32

This commit is contained in:
Joseph Lenox 2018-07-12 17:33:19 -05:00
parent 2aa97855c8
commit e3e1f4762e

View File

@ -1,6 +1,6 @@
#ifndef TEST_OPTIONS_HPP #ifndef TEST_OPTIONS_HPP
/// Directory path, passed in from the outside, for the path to the test inputs dir. /// 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 #endif // TEST_OPTIONS_HPP