aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adam@chlipala.net>2012-05-02 08:56:19 -0400
committerGravatar Adam Chlipala <adam@chlipala.net>2012-05-02 08:56:19 -0400
commit1fd7e4392db0bace167853850188c464b00a8126 (patch)
tree62439e548ac25411e953783beb116b5937e87fae /tests
parentb314c01095c5cd4617f71f706e43530a57ffb65b (diff)
Don't modify the module cache after elaboration failures
Diffstat (limited to 'tests')
-rw-r--r--tests/baddep.urp2
-rw-r--r--tests/baddep1.ur1
-rw-r--r--tests/baddep2.ur1
3 files changed, 4 insertions, 0 deletions
diff --git a/tests/baddep.urp b/tests/baddep.urp
new file mode 100644
index 00000000..0e65b25d
--- /dev/null
+++ b/tests/baddep.urp
@@ -0,0 +1,2 @@
+baddep1
+baddep2
diff --git a/tests/baddep1.ur b/tests/baddep1.ur
new file mode 100644
index 00000000..14573638
--- /dev/null
+++ b/tests/baddep1.ur
@@ -0,0 +1 @@
+val x : int = "hi"
diff --git a/tests/baddep2.ur b/tests/baddep2.ur
new file mode 100644
index 00000000..22c5e3ae
--- /dev/null
+++ b/tests/baddep2.ur
@@ -0,0 +1 @@
+fun main () : transaction page = return <xml/>