aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation
diff options
authorJosh Triplett <josh@freedesktop.org>2007-07-29 00:43:06 -0700
committerJosh Triplett <josh@freedesktop.org>2007-07-29 00:54:56 -0700
commit1ffab3d2b572bf182b23747a649bc632c4f31edb (patch)
tree504026bb12a08adb4938f89ebfae34fef07515e2 /validation
parent081785f702de02aa131e416a9a751db34a2a5412 (diff)
downloadsparse-dev-1ffab3d2b572bf182b23747a649bc632c4f31edb.tar.gz
Remove explicit restatements of defaults in metadata for comma test
validation/comma.c restated some defaults explicitly in its test metadata; remove the redundant metadata and rely on the defaults instead. Signed-off-by: Josh Triplett <josh@freedesktop.org>
Diffstat (limited to 'validation')
-rw-r--r--validation/comma.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/validation/comma.c b/validation/comma.c
index f62e0121..6fe496ce 100644
--- a/validation/comma.c
+++ b/validation/comma.c
@@ -3,8 +3,4 @@ static char b[1/(sizeof(a) - sizeof(0,a))];
/*
* check-name: Comma and array decay
* check-description: arguments of comma should degenerate
- * check-command: sparse $file
- *
- * check-output-start
- * check-output-end
*/