update test
Sub-optimal result due to block scope.
This commit is contained in:
@@ -1190,10 +1190,10 @@ defun_label: {
|
|||||||
!function() {
|
!function() {
|
||||||
console.log(function(a) {
|
console.log(function(a) {
|
||||||
L: {
|
L: {
|
||||||
if (2) break L;
|
if (a) break L;
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
}());
|
}(2));
|
||||||
}();
|
}();
|
||||||
}
|
}
|
||||||
expect_stdout: true
|
expect_stdout: true
|
||||||
|
|||||||
Reference in New Issue
Block a user