From 20aa0796e6ff7651cdfce4d0292bdb11da5dfe2e Mon Sep 17 00:00:00 2001 From: Asher Gomez Date: Wed, 22 Nov 2023 12:03:03 +1100 Subject: chore: update to `std@0.207.0` (#21284) Closes #21002 --- cli/tests/integration/compile_tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tests/integration/compile_tests.rs') diff --git a/cli/tests/integration/compile_tests.rs b/cli/tests/integration/compile_tests.rs index 1d0a36145..3d410ebda 100644 --- a/cli/tests/integration/compile_tests.rs +++ b/cli/tests/integration/compile_tests.rs @@ -24,7 +24,7 @@ fn compile_basic() { "compile", "--output", &exe.to_string_lossy(), - "../../../test_util/std/examples/welcome.ts", + "./welcome.ts", ]) .run(); output.assert_exit_code(0); -- cgit v1.2.3