summaryrefslogtreecommitdiff
path: root/tests/build/depfile_package_cython.srctree
diff options
context:
space:
mode:
Diffstat (limited to 'tests/build/depfile_package_cython.srctree')
-rw-r--r--tests/build/depfile_package_cython.srctree2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/build/depfile_package_cython.srctree b/tests/build/depfile_package_cython.srctree
index 5a6674a3d..ccb1dc230 100644
--- a/tests/build/depfile_package_cython.srctree
+++ b/tests/build/depfile_package_cython.srctree
@@ -23,7 +23,7 @@ with open(os.path.join("builddir", "pkg", "sub", "test.c.dep"), "r") as f:
contents = [os.path.relpath(entry, '.')
if os.path.isabs(entry) else entry for entry in contents.split()]
-assert sorted(contents) == sorted([os.path.join('builddir', 'pkg', 'sub', 'test.c:'), pkgpath('sub', 'incl.pxi'), pkgpath('sub', 'test.pyx')]), contents # last is really one level up
+assert sorted(contents) == sorted([os.path.join('builddir', 'pkg', 'sub', 'test.c:'), pkgpath('sub', 'incl.pxi'), pkgpath('sub', 'test.pyx'), pkgpath('test.pxd')]), contents # last is really one level up
######## pkg/__init__.py ########