diff options
| author | Jakob Lykke Andersen <Jakob@caput.dk> | 2015-03-05 23:34:44 +0100 |
|---|---|---|
| committer | Jakob Lykke Andersen <Jakob@caput.dk> | 2015-03-05 23:34:44 +0100 |
| commit | bbf97fe8fdb0e37ec1e79ddda9e50a289c1f7ad2 (patch) | |
| tree | d933c8ff38dd5a8c64e88d85a5fe7ea9b3a4dec4 /tests/test_domain_cpp.py | |
| parent | 8ca12f5307e07ad2024e063f524ecaa51e359452 (diff) | |
| download | sphinx-git-bbf97fe8fdb0e37ec1e79ddda9e50a289c1f7ad2.tar.gz | |
Last details. Closes sphinx-doc/sphinx#1753.
Diffstat (limited to 'tests/test_domain_cpp.py')
| -rw-r--r-- | tests/test_domain_cpp.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_domain_cpp.py b/tests/test_domain_cpp.py index 7d08b61ab..93f1c153a 100644 --- a/tests/test_domain_cpp.py +++ b/tests/test_domain_cpp.py @@ -197,7 +197,6 @@ def test_type_definitions(): "result__i.std::error_categoryCR", "6resultiRNSt14error_categoryE") check("function", "int *f()", "f", "1fv") # tests derived from issue #1753 (skip to keep sanity) - # TODO: the v1 ids are speculative, check with older Sphinx version check("function", "f(int (&array)[10])", None, "1fRA10_i") check("function", "void f(int (&array)[10])", None, "1fRA10_i") check("function", "void f(float *q(double))", None, "1fFPfdE") |
