Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add empty MongoRegex test.
  • Loading branch information
lanwin committed May 20, 2010
1 parent 64c782d commit 648f5d7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions source/MongoDB.Tests/UnitTests/TestMongoRegex.cs
@@ -0,0 +1,9 @@
using NUnit.Framework;

namespace MongoDB.UnitTests
{
[TestFixture]
public class TestMongoRegex
{
}
}

0 comments on commit 648f5d7

Please sign in to comment.