Skip to content

Commit afe2f06

Browse files
author
梶塚太智
committed
Update test.rs
1 parent dd7fe9a commit afe2f06

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ fn control_while() {
9393

9494
assert_eq!(
9595
{
96-
executor.evaluate_program("5 (i) var (i 1 add (i) var) (i 10 less) while i".to_string());
96+
executor
97+
.evaluate_program("5 (i) var (i 1 add (i) var) (i 10 less) while i".to_string());
9798
executor.pop_stack().get_number()
9899
},
99100
10f64

0 commit comments

Comments
 (0)