aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
authorJosh Triplett <josh@freedesktop.org>2007-07-29 00:43:06 -0700
committerJosh Triplett <josh@freedesktop.org>2007-07-29 00:43:06 -0700
commit321ad07c0d299690e4a7b9e9386e1acf844f8404 (patch)
tree0eccdc2e0033110acf55a5aef0c31bcdf7d4cee5
parentf498ccb5a50df4a25021875f32fa36bad4ff778b (diff)
downloadsparse-dev-321ad07c0d299690e4a7b9e9386e1acf844f8404.tar.gz
Remove explicit restatements of defaults in metadata for member_of_typeof test
validation/member_of_typeof.c restated the defaults explicitly in its test metadata; remove the redundant metadata and rely on the defaults instead. Signed-off-by: Josh Triplett <josh@freedesktop.org>
-rw-r--r--validation/member_of_typeof.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/validation/member_of_typeof.c b/validation/member_of_typeof.c
index 84f91556..db863b08 100644
--- a/validation/member_of_typeof.c
+++ b/validation/member_of_typeof.c
@@ -7,8 +7,4 @@ static void bar(void)
/*
* check-name: Expansion of typeof when dealing with member of struct
* check-description: Used to expand SYM_TYPEOF too late
- * check-command: sparse $file
- *
- * check-output-start
- * check-output-end
*/