Skip to content

Instantly share code, notes, and snippets.

@dgfitch
Created April 22, 2009 19:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dgfitch/100024 to your computer and use it in GitHub Desktop.
Save dgfitch/100024 to your computer and use it in GitHub Desktop.
[<TestFixture>]
type Tests() =
[<Test>]
member x.SimpleTest() =
let duh = Assert.AreEqual(1, 2)
()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment