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