summaryrefslogtreecommitdiff
path: root/test/if.mnml
diff options
context:
space:
mode:
Diffstat (limited to 'test/if.mnml')
-rw-r--r--test/if.mnml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/if.mnml b/test/if.mnml
index 1d273b3..8227ad5 100644
--- a/test/if.mnml
+++ b/test/if.mnml
@@ -1,4 +1,4 @@
-if (1 == 2) {
+if ((1 == 2) or (2 == 3)) {
main1()
}