summaryrefslogtreecommitdiff
path: root/tests/integration/bench_tests.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration/bench_tests.rs')
-rw-r--r--tests/integration/bench_tests.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/bench_tests.rs b/tests/integration/bench_tests.rs
index e0d3f8724..3306a0f96 100644
--- a/tests/integration/bench_tests.rs
+++ b/tests/integration/bench_tests.rs
@@ -280,7 +280,7 @@ fn conditionally_loads_type_graph() {
.new_command()
.args("bench --reload -L debug run/type_directives_js_main.js")
.run();
- output.assert_matches_text("[WILDCARD] - FileFetcher::fetch() - specifier: file:///[WILDCARD]/subdir/type_reference.d.ts[WILDCARD]");
+ output.assert_matches_text("[WILDCARD] - FileFetcher::fetch_no_follow_with_options - specifier: file:///[WILDCARD]/subdir/type_reference.d.ts[WILDCARD]");
let output = context
.new_command()
.args("bench --reload -L debug --no-check run/type_directives_js_main.js")