summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2016-06-12 08:34:43 +0200
committerStefan Behnel <stefan_ml@behnel.de>2016-07-15 08:19:03 +0200
commit05004154ce2f7bc507aebeb287a61a2b5b409946 (patch)
tree822bd1ca9c373a3630e4b175afc3456de1fb071b
parent0947dede98f10fb7eb46cfdd439543accd6909f3 (diff)
downloadcython-05004154ce2f7bc507aebeb287a61a2b5b409946.tar.gz
fix test
-rw-r--r--tests/run/define_macro.pyx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run/define_macro.pyx b/tests/run/define_macro.pyx
index 08f192c43..2e21b3f52 100644
--- a/tests/run/define_macro.pyx
+++ b/tests/run/define_macro.pyx
@@ -1,4 +1,4 @@
-#distutils: define_macros = DEFINE_NO_VALUE, DEFINE_WITH_VALUE=0
+#distutils: define_macros = DEFINE_NO_VALUE DEFINE_WITH_VALUE=0
cdef extern from "define_macro_helper.h" nogil:
int VAL;