diff options
Diffstat (limited to 'tests/crud1.ur')
-rw-r--r-- | tests/crud1.ur | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/crud1.ur b/tests/crud1.ur index a857d3d8..10722b55 100644 --- a/tests/crud1.ur +++ b/tests/crud1.ur @@ -1,13 +1,6 @@ table t1 : {Id : int, A : int, B : string, C : float, D : bool} open Crud.Make(struct - con cols :: {(Type * Type)} = [ - A = (int, string), - B = (string, string), - C = (float, string), - D = (bool, bool) - ] - val tab = t1 val title = "Crud1" |