Skip to content

Commit

Permalink
Merge branch 'master' into jf/merge-array-and-slice-types
Browse files Browse the repository at this point in the history
  • Loading branch information
jfecher committed Jul 28, 2023
2 parents 37aefbc + 63c4da0 commit 3a3f242
Show file tree
Hide file tree
Showing 658 changed files with 6 additions and 4 deletions.
3 changes: 1 addition & 2 deletions crates/nargo_cli/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ fn generate_tests(test_file: &mut File) {
Ok(dir) => PathBuf::from(dir),
Err(_) => std::env::current_dir().unwrap().join("crates").join("nargo_cli"),
};
// Choose the test directory depending on whether we are in the legacy SSA module or not
let test_sub_dir = "test_data_ssa_refactor";
let test_sub_dir = "test_data";
let test_data_dir = manifest_dir.join("tests").join(test_sub_dir);
let config_path = test_data_dir.join("config.toml");

Expand Down
Loading

0 comments on commit 3a3f242

Please sign in to comment.