diff options
author | Jose <jose@zeroc.com> | 2017-03-24 12:33:33 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2017-03-24 12:33:33 +0100 |
commit | cdd283db257b308dd2a07171f5d2eb5e9672bc3e (patch) | |
tree | c4791dc0c68cae3fd5e417f723d5546c8c554758 /cpp/test/Ice/stringConverter/Client.cpp | |
parent | ICE-7680: replace Thread by Runnable (diff) | |
download | ice-cdd283db257b308dd2a07171f5d2eb5e9672bc3e.tar.bz2 ice-cdd283db257b308dd2a07171f5d2eb5e9672bc3e.tar.xz ice-cdd283db257b308dd2a07171f5d2eb5e9672bc3e.zip |
Fix (ICE-7498) - Port more test to UWP
Diffstat (limited to 'cpp/test/Ice/stringConverter/Client.cpp')
-rw-r--r-- | cpp/test/Ice/stringConverter/Client.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/test/Ice/stringConverter/Client.cpp b/cpp/test/Ice/stringConverter/Client.cpp index 93a17ace79d..248669edaf1 100644 --- a/cpp/test/Ice/stringConverter/Client.cpp +++ b/cpp/test/Ice/stringConverter/Client.cpp @@ -14,6 +14,8 @@ #include <iostream> #include <locale.h> +DEFINE_TEST("client") + using namespace std; static bool useLocale = false; |