summaryrefslogtreecommitdiff
path: root/tests/testutils/data/functional/ok_output_wrong_test/exec_used.py
blob: 3f8637228f104714f01d899cffb2abe407425af6 (plain)
1
2
3
4
5
6
7
"""This is an example for a functional test with
- an output that is right
- the functional test itself is wrong

Nothing should be done.
"""
exec('a = 42')