summary refs log tree commit diff stats
path: root/tests/nimdoc/m13129.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/nimdoc/m13129.nim')
-rw-r--r--tests/nimdoc/m13129.nim1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/nimdoc/m13129.nim b/tests/nimdoc/m13129.nim
index 145cae39c..34e118381 100644
--- a/tests/nimdoc/m13129.nim
+++ b/tests/nimdoc/m13129.nim
@@ -4,6 +4,7 @@ when defined(cpp):
   {.push header: "<vector>".}
   type
     Vector[T] {.importcpp: "std::vector".} = object
+  {.pop.}
 elif defined(js):
   proc endsWith*(s, suffix: cstring): bool {.noSideEffect,importjs: "#.endsWith(#)".}
 elif defined(c):