aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
authorJosh Triplett <josh@freedesktop.org>2007-07-29 00:43:06 -0700
committerJosh Triplett <josh@freedesktop.org>2007-07-29 00:46:02 -0700
commit45ac94372fdd1160bf6f855a583541b2d637767e (patch)
tree9874a920b46becc6aa135d6ce40bb0105a1613cf
parentc716828bf2ba59af73f4eb058e6f131b1fb7d498 (diff)
downloadsparse-dev-45ac94372fdd1160bf6f855a583541b2d637767e.tar.gz
Remove explicit restatements of defaults in metadata for outer-scope test
validation/outer-scope.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>
-rw-r--r--validation/outer-scope.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/validation/outer-scope.c b/validation/outer-scope.c
index 2ce05051..f86ffc74 100644
--- a/validation/outer-scope.c
+++ b/validation/outer-scope.c
@@ -13,7 +13,4 @@ static int test(struct st *s)
* check-name: There is no scope boundary between global and file scope
* check-description: Used to mess scopes with -include
* check-command: sparse -include $file $file
- *
- * check-output-start
- * check-output-end
*/