diff options
Diffstat (limited to 'tests/constr/tconstr2.nim')
-rw-r--r-- | tests/constr/tconstr2.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/constr/tconstr2.nim b/tests/constr/tconstr2.nim index cd00681b8..b16be6c50 100644 --- a/tests/constr/tconstr2.nim +++ b/tests/constr/tconstr2.nim @@ -12,7 +12,7 @@ type chars: set[char]] const - things: array [0..1, TComplexRecord] = [ + things: array[0..1, TComplexRecord] = [ (s: "hi", x: 69, y: 45, z: 0.0, chars: {'a', 'b', 'c'}), (s: "hi", x: 69, y: 45, z: 1.0, chars: {})] otherThings = [ # the same |