diff options
Diffstat (limited to 'tests/bytecode/mp-tests/assert1.py')
-rw-r--r-- | tests/bytecode/mp-tests/assert1.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/bytecode/mp-tests/assert1.py b/tests/bytecode/mp-tests/assert1.py deleted file mode 100644 index 077defc970..0000000000 --- a/tests/bytecode/mp-tests/assert1.py +++ /dev/null @@ -1,2 +0,0 @@ -assert x -assert x, 'test' |