Home
last modified time | relevance | path

Searched refs:testId (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/test/
H A Dlemon-test01.y31 static int testCase(int testId, int shouldBe, int actual){ in testCase() argument
34 printf("test %d: ok\n", testId); in testCase()
36 printf("test %d: got %d, expected %d\n", testId, actual, shouldBe); in testCase()