Skip to content

Commit

Permalink
Rename standard library test files (manual).
Browse files Browse the repository at this point in the history
  • Loading branch information
hdwalters committed Dec 18, 2024
1 parent 4ae673e commit 607c721
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tests/extra.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ fn exit_with_no_code() {
fn download() {
let server = std::thread::spawn(http_server);

let code = fs::read_to_string("src/tests/stdlib/no_output/download.ab")
.expect("Failed to open stdlib/no_output/download.ab test file");
let code = fs::read_to_string("src/tests/stdlib/no_output/http_file_download.ab")
.expect("Failed to open stdlib/no_output/http_file_download.ab test file");

test_amber(&code, "ok", TestOutcomeTarget::Success);

Expand Down
File renamed without changes.

0 comments on commit 607c721

Please sign in to comment.