Skip to content

Commit

Permalink
Test: add a missing @Test annotation in NativeProxyTest
Browse files Browse the repository at this point in the history
  • Loading branch information
andreabergia authored and rbri committed Jan 7, 2025
1 parent 50f776f commit a750593
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ public void ctorAsFunction() {
"try { Proxy() } catch(e) { '' + e }");
}

@Test
public void construct() {
String js =
"var _target, _handler, _args, _P;\n"
Expand Down

0 comments on commit a750593

Please sign in to comment.