remove the "old" at&t style asmprinter. Unfortunately, most of the
[llvm/avr.git] / utils / lit / TclTest.py
blobe79f1797506a33d3853d03bd46c4596468769f34
1 import TestRunner
3 class TclTest:
4 def execute(self, test, litConfig):
5 return TestRunner.executeTclTest(test, litConfig)