Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_hash.py98 error_expected = [NoHash()] variable in HashInheritanceTestCase
109 for obj in self.error_expected:
119 for obj in self.error_expected:
/external/python/cpython3/Lib/test/
Dtest_hash.py123 error_expected = [NoHash(), variable in HashInheritanceTestCase
136 for obj in self.error_expected:
146 for obj in self.error_expected:
/external/lua/src/
Dlparser.c73 static l_noret error_expected (LexState *ls, int token) { in error_expected() function
108 error_expected(ls, c); in check()
125 error_expected(ls, what); in check_match()