summaryrefslogtreecommitdiff
path: root/Cython/Build/Tests/TestStripLiterals.py
diff options
context:
space:
mode:
Diffstat (limited to 'Cython/Build/Tests/TestStripLiterals.py')
-rw-r--r--Cython/Build/Tests/TestStripLiterals.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cython/Build/Tests/TestStripLiterals.py b/Cython/Build/Tests/TestStripLiterals.py
index a7572a508..cbe5c65a9 100644
--- a/Cython/Build/Tests/TestStripLiterals.py
+++ b/Cython/Build/Tests/TestStripLiterals.py
@@ -54,4 +54,3 @@ class TestStripLiterals(CythonTest):
def test_extern(self):
self.t("cdef extern from 'a.h': # comment",
"cdef extern from '_L1_': #_L2_")
-