diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/emscripten_log/emscripten_log.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/emscripten_log/emscripten_log.cpp b/tests/emscripten_log/emscripten_log.cpp index 39d8c9f5..0cd77467 100644 --- a/tests/emscripten_log/emscripten_log.cpp +++ b/tests/emscripten_log/emscripten_log.cpp @@ -56,7 +56,7 @@ void bar(int = 0, char * = 0, double = 0) // Arbitrary function signature to add else MYASSERT(1 == 1); - int flags = EM_LOG_NO_PATHS | EM_LOG_JS_STACK | EM_LOG_DEMANGLE; + int flags = EM_LOG_NO_PATHS | EM_LOG_JS_STACK | EM_LOG_DEMANGLE | EM_LOG_FUNC_PARAMS; #ifndef RUN_FROM_JS_SHELL flags |= EM_LOG_C_STACK; #endif |