summaryrefslogtreecommitdiff
path: root/testsuite/tests/ado/ado001.stdout
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ado/ado001.stdout')
-rw-r--r--testsuite/tests/ado/ado001.stdout4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/ado/ado001.stdout b/testsuite/tests/ado/ado001.stdout
index 365860f55e..f4f576e084 100644
--- a/testsuite/tests/ado/ado001.stdout
+++ b/testsuite/tests/ado/ado001.stdout
@@ -6,7 +6,7 @@ a; g
a; (b | (c; (d; (e | (f; g)))))
(a | b); (c | d)
a; ((b | c) | d)
-((a | (b; c)) | d) | e
+(((a | (b; c)) | d) | e) | pure
((a | b); (c | d)) | e
-a | b
+(a | b) | pure
a | (b; c)