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

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