diff options
| author | georg.brandl <devnull@localhost> | 2008-09-13 09:45:59 +0000 |
|---|---|---|
| committer | georg.brandl <devnull@localhost> | 2008-09-13 09:45:59 +0000 |
| commit | aba05cd9175def8b13b85262b0a70fe545b849f2 (patch) | |
| tree | 9bd78d12dd1b69636d94316792697867dfd9a986 /tests/root/special | |
| parent | 46fb6e148235735b0af07cbb8d101e39120fef42 (diff) | |
| download | sphinx-aba05cd9175def8b13b85262b0a70fe545b849f2.tar.gz | |
Add test for coverage builder and fix an AttributeError in it.
Diffstat (limited to 'tests/root/special')
| -rw-r--r-- | tests/root/special/api.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/root/special/api.h b/tests/root/special/api.h new file mode 100644 index 00000000..7c137e03 --- /dev/null +++ b/tests/root/special/api.h @@ -0,0 +1 @@ +PyAPI_FUNC(PyObject *) Py_SphinxTest(); |
