summaryrefslogtreecommitdiff
path: root/test/OpBoolLogic.ci
diff options
context:
space:
mode:
Diffstat (limited to 'test/OpBoolLogic.ci')
-rw-r--r--test/OpBoolLogic.ci2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/OpBoolLogic.ci b/test/OpBoolLogic.ci
index 432bea6..8ae7e7b 100644
--- a/test/OpBoolLogic.ci
+++ b/test/OpBoolLogic.ci
@@ -4,7 +4,7 @@ public static class Test
{
bool t = true;
bool f = false;
- return (t & !f) //FAIL: python swift ts TODO
+ return (t & !f) //FAIL: swift ts TODO
&& (t | f)
&& (t ^ f);
}