tests: fix a typo
parent
9feaff3464
commit
9cbf572561
|
@ -36,5 +36,5 @@ fn test_add() {
|
||||||
fn main() {
|
fn main() {
|
||||||
println('start')
|
println('start')
|
||||||
test_add()
|
test_add()
|
||||||
println('end1l')
|
println('end')
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue