diff options
Diffstat (limited to 'caching-tests/test.urs')
-rw-r--r-- | caching-tests/test.urs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/caching-tests/test.urs b/caching-tests/test.urs new file mode 100644 index 00000000..e9e09ac8 --- /dev/null +++ b/caching-tests/test.urs @@ -0,0 +1,3 @@ +val cache : int -> transaction page +val flush : int -> transaction page +val flush17 : transaction page |