diff options
author | Zahary Karadjov <zahary@gmail.com> | 2012-04-18 14:06:26 +0300 |
---|---|---|
committer | Zahary Karadjov <zahary@gmail.com> | 2012-04-18 19:50:32 +0300 |
commit | 818787457ddff20544323f6c21cd4e8dcc69d0c3 (patch) | |
tree | 5a72b7c5951f882e1dc85e4326287cc5b44dfd99 /tests/run | |
parent | 38710b614f4b34b5c1564e9910a8f275d1ddcce9 (diff) | |
download | Nim-818787457ddff20544323f6c21cd4e8dcc69d0c3.tar.gz |
grammar: the built-in type classes are now valid expressions
Diffstat (limited to 'tests/run')
-rw-r--r-- | tests/run/tunittests.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run/tunittests.nim b/tests/run/tunittests.nim index e64008e0c..b2ec10cdc 100644 --- a/tests/run/tunittests.nim +++ b/tests/run/tunittests.nim @@ -1,2 +1,2 @@ -import uclosures, utemplates, uexpr +import uclosures, utemplates |