Skip to content

Commit

Permalink
chore: change test files extensions from .out to .cst
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed Jul 16, 2024
1 parent 5ffdab2 commit df89774
Show file tree
Hide file tree
Showing 44 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parser-ng/src/parser/tests/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ fn cst() {
files.into_par_iter().for_each(|path| {
let mut mint = goldenfile::Mint::new(".");
// Path to the .out file, replace the .in extension with .out.
let output_path = path.with_extension("out");
let output_path = path.with_extension("cst");
let output_file = mint.new_goldenfile(output_path).unwrap();

let source = fs::read_to_string(path).unwrap();
Expand Down

0 comments on commit df89774

Please sign in to comment.