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 00f5260 commit af1369eCopy full SHA for af1369e
graal-nodejs/test/graal/unit/interop.js
@@ -60,6 +60,8 @@ describe('Polyglot', function () {
60
assert.ifError(error);
61
assert.deepEqual(data, [
62
[
63
+ 'java.lang.System.out.propertyIsEnumerable',
64
+ '',
65
'java.lang.System.out.print',
66
'java.lang.System.out.printf',
67
'java.lang.System.out.println'
graal-nodejs/test/graal/unit/other.js
@@ -57,7 +57,7 @@ describe('Other', function () {
57
var point = new Point();
58
// just make sure that it does not throw an error
59
util.inspect(Point);
- assert.match(util.inspect(point), /Point/);
+ assert.match(util.inspect(point), /getX/);
});
}
it('should not regress in ExecuteNativeFunctionNode', function () {
0 commit comments