We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1333ad5 commit c75a21aCopy full SHA for c75a21a
test/cppia/LocalFunctionExceptions.hx
@@ -77,7 +77,7 @@ class LocalFunctionExceptions {
77
78
try {
79
localFunction();
80
- } catch (e:String) {
+ } catch (e:Dynamic) {
81
if (e == 'Thrown from static') {
82
return Ok;
83
} else {
@@ -95,7 +95,7 @@ class LocalFunctionExceptions {
95
96
97
98
99
100
101
@@ -113,7 +113,7 @@ class LocalFunctionExceptions {
113
114
115
116
117
118
119
test/cppia/compile-host.hxml
@@ -3,4 +3,5 @@
3
-D dll_export=host_classes.info
4
-L utest
5
--dce no
6
---cpp bin
+--cpp bin
7
+-D HXCPP_CATCH_SEGV
0 commit comments