diff options
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index 37ae256..bc68d40 100644 --- a/src/main.rs +++ b/src/main.rs @@ -9,7 +9,7 @@ struct Args { fn main() { let args = parse_args(); - let file = args.file.unwrap_or_else(|| Path::new("tests/simple.tdy").to_owned()); + let file = args.file.unwrap_or_else(|| Path::new("progs/tests/simple.sy").to_owned()); let errs = match run_file(&file, args.print, vec![(String::from("extern_test"), extern_test)]) { Err(it) => it, _ => return, |
