From 30e25174bbf077e8a3cbe2a3a6a97795f8d67dc2 Mon Sep 17 00:00:00 2001 From: Damien George Date: Tue, 22 Oct 2019 17:33:23 +1100 Subject: tests: Rename "array" module to "uarray". --- tests/misc/non_compliant.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/misc') 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") -- cgit v1.2.3