From 3a509c2f2b469f463c0fd5b0d3d5581e62104ca6 Mon Sep 17 00:00:00 2001 From: hama Date: Thu, 1 Jan 2015 19:10:55 +0100 Subject: [PATCH] + test ReTraverser --- cunit/testall.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cunit/testall.cpp b/cunit/testall.cpp index 554b33d..2bdc36a 100644 --- a/cunit/testall.cpp +++ b/cunit/testall.cpp @@ -48,7 +48,7 @@ void testString(){ } void testOs(){ void testReTraverser(); - //testReTraverser(); + testReTraverser(); } void testAll(){ try -- 2.39.5