commit cd855240d86b9577a78b3bd980aa7b1a85495fc2
Author: Quentin Rameau <[email protected]>
AuthorDate: Fri Feb 17 22:43:53 2017 +0100
Commit: Quentin Rameau <[email protected]>
CommitDate: Fri Feb 17 23:06:02 2017 +0100
[tests] Fix 0104 name
diff --git a/tests/execute/0104-qbebug.c b/tests/execute/0104-qbebug.c
new file mode 100644
index 0000000..633b86f
--- /dev/null
+++ b/tests/execute/0104-qbebug.c
@@ -0,0 +1,11 @@
+
+int
+main()
+{
+ int c;
+ c = 0;
+ do
+ ;
+ while (0);
+ return c;
+}
diff --git a/tests/execute/0104-voidparm.c b/tests/execute/0104-voidparm.c
deleted file mode 100644
index 633b86f..0000000
--- a/tests/execute/0104-voidparm.c
+++ /dev/null
@@ -1,11 +0,0 @@
-
-int
-main()
-{
- int c;
- c = 0;
- do
- ;
- while (0);
- return c;
-}