diff options
Diffstat (limited to 'tests/bytecode/mp-tests/ifexpr1.py')
-rw-r--r-- | tests/bytecode/mp-tests/ifexpr1.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/bytecode/mp-tests/ifexpr1.py b/tests/bytecode/mp-tests/ifexpr1.py new file mode 100644 index 0000000000..bdb2efc0a1 --- /dev/null +++ b/tests/bytecode/mp-tests/ifexpr1.py @@ -0,0 +1 @@ +x = 1 if a else 2 |