diff options
Diffstat (limited to 'tests/generics/tlateboundstatic.nim')
-rw-r--r-- | tests/generics/tlateboundstatic.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/generics/tlateboundstatic.nim b/tests/generics/tlateboundstatic.nim index f68f95f8d..90b44aa8e 100644 --- a/tests/generics/tlateboundstatic.nim +++ b/tests/generics/tlateboundstatic.nim @@ -1,5 +1,5 @@ discard """ - msg: "array[0..3, int]" + nimout: "array[0..3, int]" """ type |