commit f1fd6cc9a7ab7a9e2154674f5b59118b58727dad
parent abb580ab3b5c38c0a59ee61220dbada9147bf615
Author: Roberto E. Vargas Caballero <k0ga@shike2.net>
Date: Wed, 6 May 2026 15:46:38 +0200
tests/libc: Fix expected output
Diffstat:
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/tests/libc/execute/0096-div.c b/tests/libc/execute/0096-div.c
@@ -6,6 +6,10 @@
/*
output:
testing
+test1
+test2
+test3
+test4
done
end:
*/
@@ -106,5 +110,5 @@ main(void)
test2();
test3();
test4();
- puts("end");
+ puts("done");
}