Remove old expected.{js,json} files (#7187)
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
try {
|
||||
throw 0;
|
||||
} catch (err) {
|
||||
console.log("it failed, but this code executes");
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
try {
|
||||
throw 0;
|
||||
} catch (_unused) {
|
||||
console.log("it failed, but this code executes");
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
try {
|
||||
throw 0;
|
||||
} catch (err) {
|
||||
console.log("it failed, but this code executes");
|
||||
} finally {
|
||||
console.log("this code also executes");
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
try {
|
||||
throw 0;
|
||||
} catch (_unused) {
|
||||
console.log("it failed, but this code executes");
|
||||
} finally {
|
||||
console.log("this code also executes");
|
||||
}
|
||||
Reference in New Issue
Block a user