diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/boot/expo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/boot/expo.c b/test/boot/expo.c index c0ef03b5911..453316ece7c 100644 --- a/test/boot/expo.c +++ b/test/boot/expo.c @@ -378,7 +378,7 @@ static int expo_object_menu(struct unit_test_state *uts) ut_asserteq(-4, prev1->obj.dim.x); ut_asserteq(menu->obj.dim.y + 32, prev1->obj.dim.y); - ut_asserteq(false, prev1->obj.flags & SCENEOF_HIDE); + ut_asserteq(true, prev1->obj.flags & SCENEOF_HIDE); expo_destroy(exp); |
