summaryrefslogtreecommitdiff
path: root/cli/tests/integration/run_tests.rs
diff options
context:
space:
mode:
authorNayeem Rahman <nayeemrmn99@gmail.com>2022-07-11 19:43:47 +0100
committerGitHub <noreply@github.com>2022-07-11 20:43:47 +0200
commit989c72313078e71b60e22902f8a3abc67d085187 (patch)
tree1d1b23447b566c2399884019354aa6ed7d78d675 /cli/tests/integration/run_tests.rs
parent687c712be3be5d36db08ef9726ce356d99511484 (diff)
perf(cli/proc_state): Get error source lines from memory (#15031)
Diffstat (limited to 'cli/tests/integration/run_tests.rs')
-rw-r--r--cli/tests/integration/run_tests.rs6
1 files changed, 0 insertions, 6 deletions
diff --git a/cli/tests/integration/run_tests.rs b/cli/tests/integration/run_tests.rs
index 1cd1db0ef..d9c20907d 100644
--- a/cli/tests/integration/run_tests.rs
+++ b/cli/tests/integration/run_tests.rs
@@ -2357,12 +2357,6 @@ itest!(long_data_url_formatting {
exit_code: 1,
});
-itest!(eval_context_throw_with_conflicting_source {
- args: "run eval_context_throw_with_conflicting_source.ts",
- output: "eval_context_throw_with_conflicting_source.ts.out",
- exit_code: 1,
-});
-
itest!(eval_context_throw_dom_exception {
args: "run eval_context_throw_dom_exception.js",
output: "eval_context_throw_dom_exception.js.out",