Skip to content

Commit

Permalink
Update test refs
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Mar 22, 2023
1 parent 38eda7d commit 1038a1c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Expand Up @@ -9,8 +9,8 @@ function f1() {
eval(x, y, z, e);
}
function p1() {
var a = foo(), o = bar(), eval = baz();
return a + o + eval;
var o = foo(), r = bar(), eval = baz();
return o + r + eval;
}
function p2() {
var a = foo(), b = bar(), eval = baz;
Expand Down
@@ -1,4 +1,4 @@
function f1(n, eval, c, r, t) {
function f1(n, eval, r, t, u) {
return n("c") + eval;
}
function f2(a, b, c, d, e) {
Expand Down
@@ -1,4 +1,4 @@
function f1(n, eval, c, r, t) {
function f1(n, eval, r, t, u) {
return n("c") + eval;
}
function f2(a, b, c, d, e) {
Expand Down

0 comments on commit 1038a1c

Please sign in to comment.