repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fix an embarassing typo that resulted in llvm-gcc bootstrap miscompare
[llvm/avr.git]
/
utils
/
lit
/
TclTest.py
blob
e79f1797506a33d3853d03bd46c4596468769f34
1
import
TestRunner
2
3
class
TclTest
:
4
def
execute
(
self
,
test
,
litConfig
):
5
return
TestRunner
.
executeTclTest
(
test
,
litConfig
)
6
7