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")