mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-21 06:45:27 +00:00
make tests green again
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# bug #3313
|
||||
import unittest, future
|
||||
|
||||
import unittest, sugar
|
||||
{.experimental: "notnil".}
|
||||
type
|
||||
ListNodeKind = enum
|
||||
lnkNil, lnkCons
|
||||
|
||||
Reference in New Issue
Block a user