summaryrefslogtreecommitdiff
path: root/Examples/test-suite/python/python_pythoncode_runme.py
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/python/python_pythoncode_runme.py')
-rw-r--r--Examples/test-suite/python/python_pythoncode_runme.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/Examples/test-suite/python/python_pythoncode_runme.py b/Examples/test-suite/python/python_pythoncode_runme.py
new file mode 100644
index 000000000..da238780d
--- /dev/null
+++ b/Examples/test-suite/python/python_pythoncode_runme.py
@@ -0,0 +1,5 @@
+import python_pythoncode
+
+# No need to actually do anything, this is a regression test for a bug which
+# caused an invalid python_pythoncode.py to be generated, so if we can import
+# it the bug is still fixed.