fakevim: disable test code

This commit is contained in:
hjk
2010-03-30 17:26:39 +02:00
parent c3afba0f0d
commit 3f03f1a6e5

View File

@@ -313,8 +313,8 @@ public:
void test()
{
insert(Inputs() << Input('A') << Input('A'),
Inputs() << Input('x') << Input('x'));
//insert(Inputs() << Input('A') << Input('A'),
// Inputs() << Input('x') << Input('x'));
}
void insert(const Inputs &from, const Inputs &to)