summary refs log tree commit diff stats
path: root/tests/realtimeGC/shared.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/realtimeGC/shared.nim')
-rw-r--r--tests/realtimeGC/shared.nim8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/realtimeGC/shared.nim b/tests/realtimeGC/shared.nim
index 345051bb5..c8a70e1ee 100644
--- a/tests/realtimeGC/shared.nim
+++ b/tests/realtimeGC/shared.nim
@@ -45,17 +45,17 @@ proc status() {.exportc: "status", dynlib.} =
   var a = getComm1Status()
   var b = getComm2Status()
   var str2: string = "$1  COM1: $2  COM2: $3" % [ptt_status, a, b]
-  #echo(str1)
-  #echo(str2)
+  # echo(str1)
+  # echo(str2)
 
 proc count() {.exportc: "count", dynlib.} =
   var temp: uint64
   for i in 0..100_000:
     temp += 1
   gCounter += 1
-  #echo("gCounter: ", gCounter)
+  # echo("gCounter: ", gCounter)
 
 proc occupiedMem() {.exportc: "occupiedMem", dynlib.} =
-  #echo("Occupied Memmory: ", getOccupiedMem())
+  echo("Occupied Memmory: ", getOccupiedMem())
   discard