Searched refs:empty_input (Results 1 – 2 of 2) sorted by relevance
319 const char empty_input[] = ""; in TEST_F() local320 EXPECT_FALSE(ParseProcVmstat(empty_input, &vmstat)); in TEST_F()
316 async def empty_input(): function329 output, exitcode = self.loop.run_until_complete(empty_input())