summary refs log tree commit diff stats
path: root/tests/macros/ttemplatesymbols.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/macros/ttemplatesymbols.nim')
-rw-r--r--tests/macros/ttemplatesymbols.nim2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/macros/ttemplatesymbols.nim b/tests/macros/ttemplatesymbols.nim
index 280b34ff1..3182de79d 100644
--- a/tests/macros/ttemplatesymbols.nim
+++ b/tests/macros/ttemplatesymbols.nim
@@ -148,8 +148,6 @@ proc overloadedProc[T](x: T) =
   echo x
 
 """
-  # XXX: There seems to be a repr rendering problem above.
-  # Notice that `echo [x]`
 
 inspectSymbol overloadedProc[float], """
 proc overloadedProc(x: T) =