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

So it can't be updated.
"""
exec('a = 42')