summary refs log tree commit diff stats
path: root/tests/system/tenum_array_repr.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/system/tenum_array_repr.nim')
-rw-r--r--tests/system/tenum_array_repr.nim2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/system/tenum_array_repr.nim b/tests/system/tenum_array_repr.nim
index 3634692e3..39b1a5f9a 100644
--- a/tests/system/tenum_array_repr.nim
+++ b/tests/system/tenum_array_repr.nim
@@ -2,10 +2,8 @@ discard """
   output: '''
 1
 [a, b]
-
 2
 [c, d]
-
 4
 [e, f]'''
 """