diff options
Diffstat (limited to 'tests/global/globalaux.nim')
-rw-r--r-- | tests/global/globalaux.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/global/globalaux.nim b/tests/global/globalaux.nim index 5f6f72721..951472695 100644 --- a/tests/global/globalaux.nim +++ b/tests/global/globalaux.nim @@ -1,4 +1,4 @@ -type +type TObj*[T] = object val*: T |