From 5f54d605cdb94aaceede50cf947bfc4cfbf5ef46 Mon Sep 17 00:00:00 2001
From: Markus Schirp <mbj@seonic.net>
Date: Fri, 7 Dec 2012 18:41:25 +0100
Subject: [PATCH] Add todo not about equivalent subtrees

---
 TODO | 1 +
 1 file changed, 1 insertion(+)

diff --git a/TODO b/TODO
index 5030e217..210b83e8 100644
--- a/TODO
+++ b/TODO
@@ -10,3 +10,4 @@
 * Fix rubinius to allow setting @vcall_style variable in Rubinius::AST::Send nodes.
 * Aggregate warnings on missing spec files
 * Make sure loader does not change visibility of injected mutants
+* Collect emmited mutants per subtree and do not emit the same subtree twice.