From 187dcd089f8a86e8d8e769769496f791d69ec09d Mon Sep 17 00:00:00 2001 From: GrĂ©goire DuchĂȘne Date: Sun, 28 Sep 2014 21:46:13 +0200 Subject: Added the first tests --- tests/TrivialMatch.ml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/TrivialMatch.ml (limited to 'tests/TrivialMatch.ml') diff --git a/tests/TrivialMatch.ml b/tests/TrivialMatch.ml new file mode 100644 index 0000000..971eafb --- /dev/null +++ b/tests/TrivialMatch.ml @@ -0,0 +1,4 @@ +let x = + match 1 < 0 with + | true -> "something is terribly wrong here" + | false -> "correct" -- cgit v1.2.3-70-g09d2