solvespace/test/core/locale/test.cpp
2017-01-05 12:14:40 +00:00

9 lines
163 B
C++

#include "harness.h"
TEST_CASE(parseable) {
for(auto locale : Locales()) {
SetLocale(locale.Culture());
}
CHECK_TRUE(true); // didn't crash
}