Skip to content

Commit

Permalink
bytecode 1.6 test omission
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Oct 12, 2019
1 parent 0b3d6b8 commit d08d183
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ check-disasm:
$(PYTHON) dis-compare.py

#: Check deparsing bytecode 1.x only
check-bytecode-1: check-bytecode-1.0 check-bytecode-1.1 check-bytecode-1.2 check-bytecode-1.3 check-bytecode-1.4 check-bytecode-1.5 check-byecode-1.4
check-bytecode-1: check-bytecode-1.0 check-bytecode-1.1 check-bytecode-1.2 check-bytecode-1.3 check-bytecode-1.4 check-bytecode-1.5 check-bytecode-1.6

#: Check deparsing bytecode 2.x only
check-bytecode-2:
Expand Down Expand Up @@ -148,6 +148,10 @@ check-bytecode-1.4:
check-bytecode-1.5:
$(PYTHON) test_pythonlib.py --bytecode-1.5

#: Check deparsing bytecode 1.6 only
check-bytecode-1.6:
$(PYTHON) test_pythonlib.py --bytecode-1.6

#: Check deparsing Python 2.1
check-bytecode-2.1:
$(PYTHON) test_pythonlib.py --bytecode-2.1
Expand Down

0 comments on commit d08d183

Please sign in to comment.