Sign in
llvm
/
llvm-lnt
/
refs/heads/python3.8-stable
/
.
/
lnt
/
server
/
db
/
rules
/
rule_testhook.py
blob: ceb75cffb13ed5c0b4c43c013f109c1989370ec1 [
file
] [
log
] [
blame
] [
edit
]
"""
Test rule system. A simple rules, with one hook that can be run.
"""
def
test
():
return
"Foo."
post_test_hook
=
test