summary refs log tree commit diff stats
path: root/tests/generics/tdictdestruct.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/generics/tdictdestruct.nim')
-rw-r--r--tests/generics/tdictdestruct.nim4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/generics/tdictdestruct.nim b/tests/generics/tdictdestruct.nim
index 17ded4853..228d93e66 100644
--- a/tests/generics/tdictdestruct.nim
+++ b/tests/generics/tdictdestruct.nim
@@ -13,8 +13,8 @@ proc destroyDict[TK, TV](a: PDict[TK, TV]) =
 proc newDict[TK, TV](a: TK, b: TV): PDict[TK, TV] =
     fakeNew(result, destroyDict[TK, TV])
 
-# Problem: destroyDict is not instantiated when newDict is instantiated!    
+# Problem: destroyDict is not instantiated when newDict is instantiated!
 
-discard newDict("a", "b")    
+discard newDict("a", "b")