aboutsummaryrefslogtreecommitdiff
path: root/ClojureCLR/Clojure/Clojure.Tests/LibTests/LazySeqTests.cs
diff options
context:
space:
mode:
authorDavid Miller <dmiller2718@gmail.com>2009-05-31 07:37:00 +0000
committerDavid Miller <dmiller2718@gmail.com>2009-05-31 07:37:00 +0000
commit810e1a63de383c991153b286ad677cce161de60e (patch)
tree853b80cdf11899fbe06c4c5562165c5dddd1782c /ClojureCLR/Clojure/Clojure.Tests/LibTests/LazySeqTests.cs
parent7eabf5df39ab6bb0e93a53a8ddc1651d49d9ff3e (diff)
ClojureCLR: major update, part2
Diffstat (limited to 'ClojureCLR/Clojure/Clojure.Tests/LibTests/LazySeqTests.cs')
-rw-r--r--ClojureCLR/Clojure/Clojure.Tests/LibTests/LazySeqTests.cs12
1 files changed, 12 insertions, 0 deletions
diff --git a/ClojureCLR/Clojure/Clojure.Tests/LibTests/LazySeqTests.cs b/ClojureCLR/Clojure/Clojure.Tests/LibTests/LazySeqTests.cs
new file mode 100644
index 00000000..2f2f8820
--- /dev/null
+++ b/ClojureCLR/Clojure/Clojure.Tests/LibTests/LazySeqTests.cs
@@ -0,0 +1,12 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+
+namespace Clojure.Tests.LibTests
+{
+ // TODO: Add LazySeq tests
+ class LazySeqTests
+ {
+ }
+}