summary refs log tree commit diff stats
path: root/tests/stdlib/tmath2.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/stdlib/tmath2.nim')
-rw-r--r--tests/stdlib/tmath2.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/stdlib/tmath2.nim b/tests/stdlib/tmath2.nim
index 84a49efa9..eb0506f5f 100644
--- a/tests/stdlib/tmath2.nim
+++ b/tests/stdlib/tmath2.nim
@@ -64,7 +64,7 @@ proc TestLoops() =
 
 var
   glob: int
-  a: array [0..5, int]
+  a: array[0..5, int]
 
 proc main() =
   #glob = 0