summaryrefslogtreecommitdiff
path: root/tests/testutils/data/functional/wrong_output_ok_test/exec_used.py
blob: 0874f0a15fdd4c925cd5f654088ecca162072f56 (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 right

So it needs to be updated.
"""
exec('a = 42')  # [exec-used]