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