diff options
author | Adam Chlipala <adam@chlipala.net> | 2012-06-23 10:11:33 -0400 |
---|---|---|
committer | Adam Chlipala <adam@chlipala.net> | 2012-06-23 10:11:33 -0400 |
commit | fd642f8279123625ee29e29c1d8c59d9581074a8 (patch) | |
tree | 8ed9f1555fd76ac1193fecc50d32c321343eea3d /tests/prefix.ur | |
parent | cdbb09239c8dc840a8146340cc1d3f26d17a9007 (diff) |
Flush elaboration cache when switching between .urp files
Diffstat (limited to 'tests/prefix.ur')
-rw-r--r-- | tests/prefix.ur | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/prefix.ur b/tests/prefix.ur new file mode 100644 index 00000000..22c5e3ae --- /dev/null +++ b/tests/prefix.ur @@ -0,0 +1 @@ +fun main () : transaction page = return <xml/> |