aboutsummaryrefslogtreecommitdiff
path: root/ClojureCLR/Clojure/Clojure.Tests/LibTests/StreamSeqTests.cs
diff options
context:
space:
mode:
authorDavid Miller <dmiller2718@gmail.com>2009-05-31 07:30:14 +0000
committerDavid Miller <dmiller2718@gmail.com>2009-05-31 07:30:14 +0000
commit7eabf5df39ab6bb0e93a53a8ddc1651d49d9ff3e (patch)
tree3f2008c4368545d78a38ba9fe82e92c91cc5baeb /ClojureCLR/Clojure/Clojure.Tests/LibTests/StreamSeqTests.cs
parent9dbcb6b2922f9e337621811133a0e53e8561f753 (diff)
ClojureCLR: major update
Diffstat (limited to 'ClojureCLR/Clojure/Clojure.Tests/LibTests/StreamSeqTests.cs')
-rw-r--r--ClojureCLR/Clojure/Clojure.Tests/LibTests/StreamSeqTests.cs22
1 files changed, 0 insertions, 22 deletions
diff --git a/ClojureCLR/Clojure/Clojure.Tests/LibTests/StreamSeqTests.cs b/ClojureCLR/Clojure/Clojure.Tests/LibTests/StreamSeqTests.cs
deleted file mode 100644
index 7f4c4f61..00000000
--- a/ClojureCLR/Clojure/Clojure.Tests/LibTests/StreamSeqTests.cs
+++ /dev/null
@@ -1,22 +0,0 @@
-/**
- * Copyright (c) David Miller. All rights reserved.
- * The use and distribution terms for this software are covered by the
- * Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php)
- * which can be found in the file epl-v10.html at the root of this distribution.
- * By using this software in any fashion, you are agreeing to be bound by
- * the terms of this license.
- * You must not remove this notice, or any other, from this software.
- **/
-
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-
-namespace Clojure.Tests.LibTests
-{
- // TODO: add tests for StreamSeq
- class StreamSeqTests
- {
- }
-}