From 77f1c289bcb9228ca9605913316405c7cb63fecc Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sun, 4 Apr 2010 12:29:34 -0400 Subject: Pushing policies through --- tests/policy.ur | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/policy.ur (limited to 'tests/policy.ur') diff --git a/tests/policy.ur b/tests/policy.ur new file mode 100644 index 00000000..db87b582 --- /dev/null +++ b/tests/policy.ur @@ -0,0 +1,3 @@ +table fruit : { Id : int, Nam : string, Weight : float } + +policy query_policy (SELECT * FROM fruit) -- cgit v1.2.3