diff options
author | Adam Chlipala <adam@chlipala.net> | 2011-07-03 12:40:00 -0400 |
---|---|---|
committer | Adam Chlipala <adam@chlipala.net> | 2011-07-03 12:40:00 -0400 |
commit | 3311911fd21e0c240788d83ff6da710dbbbc66e8 (patch) | |
tree | 57875f0e93a279eeaac3f66eac6372405cdf4b60 /tests | |
parent | dd592cc205438ef4a46f7103d0fc7113e376d358 (diff) |
For non-debug builds, leave out source location info in what is shown to user
Diffstat (limited to 'tests')
-rw-r--r-- | tests/error.ur | 5 | ||||
-rw-r--r-- | tests/error.urp | 5 |
2 files changed, 2 insertions, 8 deletions
diff --git a/tests/error.ur b/tests/error.ur index e5586d8d..00c0105f 100644 --- a/tests/error.ur +++ b/tests/error.ur @@ -1,3 +1,2 @@ -fun main () : transaction page = return <html><body> - <font size={error <body>I couldn't make up my <b>mind</b>!</body>}>Hello!</font> -</body></html> +fun main () : transaction page = + error <xml>I couldn't make up my <b>mind</b>!</xml> diff --git a/tests/error.urp b/tests/error.urp deleted file mode 100644 index d6579653..00000000 --- a/tests/error.urp +++ /dev/null @@ -1,5 +0,0 @@ -debug -database dbname=test -exe /tmp/webapp - -error |