From 7c9b1361afcebf3d3382873dbdb5c7f2e5e7e087 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sun, 16 Jan 2011 10:38:03 -0500 Subject: Patch from Vladimir Shabanov to support crypt under OS X --- tests/crypt.ur | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/crypt.ur (limited to 'tests/crypt.ur') diff --git a/tests/crypt.ur b/tests/crypt.ur new file mode 100644 index 00000000..e1f48c65 --- /dev/null +++ b/tests/crypt.ur @@ -0,0 +1,7 @@ +fun cryptIt r = return + {[crypt r.Pass "AB"]} + + +fun main () = return +
+
-- cgit v1.2.3