aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2017-02-13 00:28:51 +0100
committerChristopher Li <sparse@chrisli.org>2017-02-13 09:37:52 +0800
commitd8098a73cffc533410528785a5f3a9f6a01b8da6 (patch)
treeb5090f3d2a7e04075174055e34911d5abb07169a
parent9a00fd8a315dc196ef4ab1233f554d594571a601 (diff)
downloadsparse-dev-d8098a73cffc533410528785a5f3a9f6a01b8da6.tar.gz
testsuite: give a proper name to the 'binary-constant' test
The template for this test was visibly copied from another one and totally irrelevant to what is tested. Give it another name, briefly describing the subject of the test. Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com> Signed-off-by: Christopher Li <sparse@chrisli.org>
-rw-r--r--validation/binary-constant.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/validation/binary-constant.c b/validation/binary-constant.c
index a589403a..c4ae0454 100644
--- a/validation/binary-constant.c
+++ b/validation/binary-constant.c
@@ -3,5 +3,5 @@ extern int x;
int x = 0b11;
/*
- * check-name: inline compound literals
+ * check-name: binary constant
*/