mirror of
https://github.com/Noratrieb/dilaria.git
synced 2026-01-16 02:15:01 +01:00
Add test for return value.
This commit is contained in:
parent
3ac2746658
commit
eaa2f3527c
4 changed files with 24 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ pub fn _run_test(code: &str) -> String {
|
|||
debug: false,
|
||||
step: false,
|
||||
stdout: &mut stdout,
|
||||
parse_only: false,
|
||||
};
|
||||
|
||||
dilaria::run_program(code, &mut cfg);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue