[hackers] [scc] [tests] Fix 0104 name || Quentin Rameau

From: <git_AT_suckless.org>
Date: Fri, 17 Feb 2017 23:06:58 +0100 (CET)

commit cd855240d86b9577a78b3bd980aa7b1a85495fc2
Author: Quentin Rameau <quinq_AT_fifth.space>
AuthorDate: Fri Feb 17 22:43:53 2017 +0100
Commit: Quentin Rameau <quinq_AT_fifth.space>
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
_AT_@ -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
_AT_@ -1,11 +0,0 @@
-
-int
-main()
-{
- int c;
- c = 0;
- do
- ;
- while (0);
- return c;
-}
Received on Fri Feb 17 2017 - 23:06:58 CET

This archive was generated by hypermail 2.3.0 : Fri Feb 17 2017 - 23:12:50 CET