Skip to content

Commit

Permalink
fix expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Sep 24, 2024
1 parent 9484184 commit cfa7913
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -918,7 +918,7 @@ public void keysFailsWithOwnKeysOverwritten() {
+ " '' + e;\n"
+ "}";

Utils.assertWithAllOptimizationLevelsES6("TypeError: proxy can't skip a non-configurable property '\"prop\"'", js);
Utils.assertWithAllOptimizationLevelsES6("TypeError: proxy can't skip a non-configurable property 'prop'", js);
}

@Test
Expand Down

0 comments on commit cfa7913

Please sign in to comment.