diff options
author | Damien George <damien.p.george@gmail.com> | 2019-10-22 17:33:23 +1100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2019-10-22 19:16:54 +1100 |
commit | 30e25174bbf077e8a3cbe2a3a6a97795f8d67dc2 (patch) | |
tree | e613397f3a1bd429c8774093ef2319aba5d1c9d1 /tests/misc/non_compliant.py | |
parent | a2eea57b1d5456696598703aa4ffdbc7e9fb52ea (diff) |
tests: Rename "array" module to "uarray".
Diffstat (limited to 'tests/misc/non_compliant.py')
-rw-r--r-- | tests/misc/non_compliant.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/non_compliant.py b/tests/misc/non_compliant.py index 580583bf3..ea6738222 100644 --- a/tests/misc/non_compliant.py +++ b/tests/misc/non_compliant.py @@ -1,7 +1,7 @@ # tests for things that are not implemented, or have non-compliant behaviour try: - import array + import uarray as array import ustruct except ImportError: print("SKIP") |