Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
devongovett committed Apr 19, 2023
1 parent 9231a5a commit 1362e73
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/cli_integration_tests.rs
Expand Up @@ -261,7 +261,6 @@ fn multiple_input_files_out_file() -> Result<(), Box<dyn std::error::Error>> {
fn multiple_input_files_stdout() -> Result<(), Box<dyn std::error::Error>> {
let infile = test_file()?;
let infile2 = test_file2()?;
let outdir = assert_fs::TempDir::new()?;
let mut cmd = Command::cargo_bin("lightningcss")?;
cmd.arg(infile.path());
cmd.arg(infile2.path());
Expand Down

0 comments on commit 1362e73

Please sign in to comment.