summaryrefslogtreecommitdiff
path: root/tests/testutils/data/functional/broken_output_wrong_test/exec_used.py
blob: 8b6c06a57403af5973a6dd021b43bf7ab94c31d1 (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 wrong

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