Searched refs:shouldBe (Results 1 – 1 of 1) sorted by relevance
31 static int testCase(int testId, int shouldBe, int actual){ in testCase() argument33 if( shouldBe==actual ){ in testCase()36 printf("test %d: got %d, expected %d\n", testId, actual, shouldBe); in testCase()