summaryrefslogtreecommitdiff
path: root/tests/run/numpy_cimport_3.pyx
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run/numpy_cimport_3.pyx')
-rw-r--r--tests/run/numpy_cimport_3.pyx8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/run/numpy_cimport_3.pyx b/tests/run/numpy_cimport_3.pyx
new file mode 100644
index 000000000..b5b24661d
--- /dev/null
+++ b/tests/run/numpy_cimport_3.pyx
@@ -0,0 +1,8 @@
+# mode: compile
+# tag: warnings, numpy
+
+import numpy as np
+# Numpy is only imported - no warning necessary
+
+_WARNINGS = """
+"""