Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
DrEden33773 committed Dec 21, 2023
1 parent bcaf5f6 commit 834bf1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ mod dbg {

#[test]
fn dbg() {
let filename = PROJECT_ROOT.to_string() + "/examples/correct/multi_arg.pas";
let filename = PROJECT_ROOT.to_string() + "/examples/correct/nested_proc.pas";
compile_from_file(&filename);
}
}
Expand Down

0 comments on commit 834bf1c

Please sign in to comment.