Home
last modified time | relevance | path

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

/bionic/libc/kernel/tools/
Dcpp.py1601 def test_block_parsing(lines, expected): function
1615 test_block_parsing(["#error hello"], ["#error hello"])
1616 test_block_parsing(["foo", "", "bar"], ["foo bar"])
1622 test_block_parsing(["foo",