diff options
author | Chad Austin <chad@imvu.com> | 2014-04-26 21:41:52 -0700 |
---|---|---|
committer | Camilo Polymeris <cpolymeris@gmail.com> | 2014-04-29 17:10:34 -0400 |
commit | ef6e3bada9777e5bece9e0b5a6a96e5b80645845 (patch) | |
tree | 195d2aa717c8f69433a07c28e5445ac1c196686a /tests | |
parent | d00fef35c95285b05352757e512685e0dd657bbb (diff) |
fix polymeris's tests
Diffstat (limited to 'tests')
-rw-r--r-- | tests/embind/embind_test.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/embind/embind_test.cpp b/tests/embind/embind_test.cpp index 2b6a4d1b..5a83903a 100644 --- a/tests/embind/embind_test.cpp +++ b/tests/embind/embind_test.cpp @@ -1450,6 +1450,7 @@ EMSCRIPTEN_BINDINGS(tests) { //function("emval_test_take_and_return_const_char_star", &emval_test_take_and_return_const_char_star); function("emval_test_take_and_return_std_string", &emval_test_take_and_return_std_string); function("emval_test_take_and_return_std_string_const_ref", &emval_test_take_and_return_std_string_const_ref); + function("emval_test_take_and_return_std_basic_string_unsigned_char", &emval_test_take_and_return_std_basic_string_unsigned_char); function("take_and_return_std_wstring", &take_and_return_std_wstring); //function("emval_test_take_and_return_CustomStruct", &emval_test_take_and_return_CustomStruct); |