From e7ae95bd86e363d6c51ca00abacb6733fc0d01cb Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Mon, 20 Jan 2014 15:03:35 +0700 Subject: Move workaround for emscripten from include/exception to library.js. --- tests/core/test_exceptions_std.in | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/core/test_exceptions_std.in') diff --git a/tests/core/test_exceptions_std.in b/tests/core/test_exceptions_std.in index 4b5905d8..3b9f874b 100644 --- a/tests/core/test_exceptions_std.in +++ b/tests/core/test_exceptions_std.in @@ -7,6 +7,7 @@ int main() { throw e; } catch (std::exception e) { + printf("what? %s\n", e.what()); printf("caught std::exception\n"); } return 0; -- cgit v1.2.3-18-g5258