From 9325744a9426241a2826a6fb5516269227e26efa Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Thu, 13 Feb 2020 16:02:18 -0500 Subject: Clean up fmt flags and path handling (#3988) --- cli/tests/integration_tests.rs | 8 -------- 1 file changed, 8 deletions(-) (limited to 'cli/tests/integration_tests.rs') diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs index a41fdd032..35127c155 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -641,14 +641,6 @@ itest!(fmt_stdin { output_str: Some("const a = 1;\n"), }); -itest!(fmt_stdin_ambiguous { - args: "fmt - file.ts", - input: Some("const a = 1\n"), - check_stderr: true, - exit_code: 1, - output_str: Some("Ambiguous filename input. To format stdin, provide a single '-' instead.\n"), -}); - itest!(fmt_stdin_check_formatted { args: "fmt --check -", input: Some("const a = 1;\n"), -- cgit v1.2.3