Searched refs:CompilerTest (Results 1 – 1 of 1) sorted by relevance
821 self.tests += list(map(lambda f: CompilerTest(f, flags), files))827 class CompilerTest(Test): class