validation/sizeof-bool: fix broken test case
commitcb14f76857ead767d3fa932b5606ed11f0c8482e
authorJohn Keeping <john@keeping.me.uk>
Sun, 2 Mar 2014 12:31:59 +0000 (2 12:31 +0000)
committerChristopher Li <sparse@chrisli.org>
Tue, 1 Apr 2014 07:11:01 +0000 (1 00:11 -0700)
tree1d9b5d018cdee8ea7b6b85a949d68ac96a32d6bb
parent2667c2d4ab3342b54283d16f1d62e6d715f3b373
validation/sizeof-bool: fix broken test case

Since commit 2667c2d (sparse: Allow override of sizeof(bool) warning,
2014-02-26) the default has been not to warn on sizeof(bool).  This
means that the sizeof-bool test case now needs an explicit command in
order to trigger the warning it is testing.

Signed-off-by: John Keeping <john@keeping.me.uk>
Signed-off-by: Christopher Li <sparse@chrisli.org>
validation/sizeof-bool.c