diff --git a/TODO.md b/TODO.md
index 95896157..e6b4a0af 100644
--- a/TODO.md
+++ b/TODO.md
@@ -1,18 +1,5 @@
# Todo
-## Add unit test for strip issue in correct branch
-tests/UnitTests/TemplateSource/TagTests/Strip/CompileStripTest.php
-```
-@@ -76,6 +76,7 @@ class CompileStripTest extends PHPUnit_Smarty
- array("{'Var'}\n ", 'Var ', '', $i ++),
- array("\n ", ' ', '', $i ++),
- array("\n\n ", '', '', $i ++),
-+ array("\n\n {* a comment *}\n ", '', '', $i ++),
-
- );
- }
-```
-
## Add unit test for isset issue in correct branch
tests/UnitTests/TemplateSource/ValueTests/PHPfunctions/PhpFunctionTest.php
```php