test/main.c

changeset 40
583718dd4cf3
parent 39
bf8ab7bb74ff
child 42
ff3dd1ee7dee
     1.1 --- a/test/main.c	Tue Oct 02 13:43:17 2012 +0200
     1.2 +++ b/test/main.c	Thu Oct 04 11:37:23 2012 +0200
     1.3 @@ -53,13 +53,13 @@
     1.4  
     1.5  UCX_TEST_IMPLEMENT(testTestSuitePositive) {
     1.6      UCX_TEST_BEGIN
     1.7 -    UCX_TEST_ASSERT(2*2 == 4, "the test framework fails")
     1.8 +    UCX_TEST_ASSERT(2*2 == 4, "the test framework fails");
     1.9      UCX_TEST_END
    1.10  }
    1.11  
    1.12  UCX_TEST_IMPLEMENT(testTestSuiteNegative) {
    1.13      UCX_TEST_BEGIN
    1.14 -    UCX_TEST_ASSERT(2*(-2) == 4, "the test framework works")
    1.15 +    UCX_TEST_ASSERT(2*(-2) == 4, "the test framework works");
    1.16      UCX_TEST_END
    1.17  }
    1.18  

mercurial