Espruino/tests/test_member_of_nothing.js

7 lines
79 B
JavaScript

// this caused a memory leak
try {
eval("x.help");
} catch (e) {
}
result=1;