From 82d3d81bb21b9b127a6a508b66f1792f99dea902 Mon Sep 17 00:00:00 2001 From: Irmen de Jong Date: Tue, 19 Oct 2021 23:58:50 +0200 Subject: [PATCH] don't want to complicate things by introducing a boolean literal --- compilerAst/test/TestProg8Parser.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/compilerAst/test/TestProg8Parser.kt b/compilerAst/test/TestProg8Parser.kt index edac24c9c..300ad44cf 100644 --- a/compilerAst/test/TestProg8Parser.kt +++ b/compilerAst/test/TestProg8Parser.kt @@ -572,7 +572,6 @@ class TestProg8Parser { assertIs(it2.to, "parser should leave it as is") val it3 = iterables[3] as RangeExpr - // TODO: intro BoolLiteral assertIs(it3.from, "parser should leave it as is") assertIs(it3.to, "parser should leave it as is")