Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
DrEden33773 committed Dec 25, 2023
1 parent 98cc239 commit 721ea4b
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/fib.pas";
compile_from_file(&filename);
}
}
Expand Down

0 comments on commit 721ea4b

Please sign in to comment.