diff tests/error.ur @ 1483:ebc30bb262d0

For non-debug builds, leave out source location info in what is shown to user
author Adam Chlipala <adam@chlipala.net>
date Sun, 03 Jul 2011 12:40:00 -0400
parents c0e4ac23522d
children
line wrap: on
line diff
--- a/tests/error.ur	Tue Jun 28 08:07:20 2011 -0400
+++ b/tests/error.ur	Sun Jul 03 12:40:00 2011 -0400
@@ -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>