summaryrefslogtreecommitdiff
path: root/tests/test_build_changes.py
diff options
context:
space:
mode:
authorJakob Lykke Andersen <jakobandersen@users.noreply.github.com>2020-03-17 10:19:10 +0100
committerGitHub <noreply@github.com>2020-03-17 10:19:10 +0100
commit385f7ed40ef843db94ec33ad377aa87d63f27a27 (patch)
tree6e3801a11aef5de523f1bb86893fc40546a8fcde /tests/test_build_changes.py
parente6ffda38489cf341f0393ccfc02a40b570f6f404 (diff)
parentf4d0099f2eb550d4782ce26f2fe072dde4156ea5 (diff)
downloadsphinx-git-385f7ed40ef843db94ec33ad377aa87d63f27a27.tar.gz
Merge pull request #7319 from jakobandersen/c_revamp
C domain rewrite
Diffstat (limited to 'tests/test_build_changes.py')
-rw-r--r--tests/test_build_changes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_build_changes.py b/tests/test_build_changes.py
index 2e87fe0bf..3aedd03f5 100644
--- a/tests/test_build_changes.py
+++ b/tests/test_build_changes.py
@@ -28,7 +28,7 @@ def test_build(app):
assert path_html in htmltext
malloc_html = (
- '<b>Test_Malloc</b>: <i>changed:</i> Changed in version 0.6:'
+ '<b>void *Test_Malloc(size_t n)</b>: <i>changed:</i> Changed in version 0.6:'
' Can now be replaced with a different allocator.</a>')
assert malloc_html in htmltext