mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-23 03:52:27 +00:00
Remove redundant cli_testing_examples folder
This commit is contained in:
parent
813b0010b7
commit
0b6cf5cbcc
36 changed files with 38 additions and 19 deletions
|
@ -404,7 +404,7 @@ pub fn extract_valgrind_errors(xml: &str) -> Result<Vec<ValgrindError>, serde_xm
|
|||
Ok(answer)
|
||||
}
|
||||
|
||||
// start the dir with crates/cli_testing_examples
|
||||
// start the dir with crates/cli/tests
|
||||
#[allow(dead_code)]
|
||||
pub fn cli_testing_dir(dir_name: &str) -> PathBuf {
|
||||
let mut path = root_dir();
|
||||
|
@ -413,7 +413,6 @@ pub fn cli_testing_dir(dir_name: &str) -> PathBuf {
|
|||
path.push("crates");
|
||||
path.push("cli");
|
||||
path.push("tests");
|
||||
path.push("cli_testing_examples");
|
||||
path.extend(dir_name.split('/')); // Make slashes cross-target
|
||||
|
||||
path
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue