From d506c09f85b4bd688cb2eb18a9865fb088c4cb83 Mon Sep 17 00:00:00 2001 From: Dave Davenport <qball@gmpclient.org> Date: Sat, 2 Feb 2019 11:19:43 +0100 Subject: [PATCH] [TEST] box-test fix commit polution. (oops). --- test/box-test.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/box-test.c b/test/box-test.c index 00d06981..6615aa7c 100644 --- a/test/box-test.c +++ b/test/box-test.c @@ -106,8 +106,8 @@ int main ( G_GNUC_UNUSED int argc, G_GNUC_UNUSED char **argv ) wid1->parent = WIDGET(b); box_add ( b , WIDGET( wid1 ), TRUE ); // Widget not enabled. no width allocated. - TASSERTE ( wid1->h, 0u ); - TASSERTE ( wid1->w, 0u ); + TASSERTE ( wid1->h, 0 ); + TASSERTE ( wid1->w, 0 ); widget_enable ( WIDGET ( wid1 ) ); widget_update ( WIDGET ( b ) ) ; // Widget enabled. so width allocated.