Home
last modified time | relevance | path

Searched refs:shouldBe (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
33 if( shouldBe==actual ){ in testCase()
36 printf("test %d: got %d, expected %d\n", testId, actual, shouldBe); in testCase()