Skip to content

Commit

Permalink
tests/run-tests: Add memoryview2 to misc_slice_tests.
Browse files Browse the repository at this point in the history
So it was properly skipped on tragets not supporting slices.

Change-Id: I29c72e27a864e3837915df041fb89f0a4c0adef3
Signed-off-by: Paul Sokolovsky <[email protected]>
  • Loading branch information
pfalcon committed Dec 14, 2021
1 parent 13fb23b commit d590892
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/run-tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,7 @@ def run_tests(pyb, tests, args, result_dir, num_threads=1):
"generator1",
"globals_del",
"memoryview1",
"memoryview2",
"memoryview_gc",
"object1",
"python34",
Expand Down

0 comments on commit d590892

Please sign in to comment.