tests: fix a typo

pull/5555/head
Alexander Medvednikov 2020-06-28 15:59:05 +02:00
parent 9feaff3464
commit 9cbf572561
1 changed files with 1 additions and 1 deletions

View File

@ -36,5 +36,5 @@ fn test_add() {
fn main() {
println('start')
test_add()
println('end1l')
println('end')
}