ref: dfd2077c64673869adf02ad26c8d39cb124dab00
parent: c4c303869381a1d06b5877e6a32e5bf016cb4531
author: Quentin Rameau <quinq@fifth.space>
date: Fri Feb 17 17:43:53 EST 2017
[tests] Fix 0104 name
--- /dev/null
+++ b/tests/execute/0104-qbebug.c
@@ -1,0 +1,11 @@
+
+int
+main()
+{
+ int c;
+ c = 0;
+ do
+ ;
+ while (0);
+ return c;
+}
--- a/tests/execute/0104-voidparm.c
+++ /dev/null
@@ -1,11 +1,0 @@
-
-int
-main()
-{
- int c;
- c = 0;
- do
- ;
- while (0);
- return c;
-}