summaryrefslogtreecommitdiff
path: root/tests/enchantxx.test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/enchantxx.test.cpp')
-rw-r--r--tests/enchantxx.test.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/enchantxx.test.cpp b/tests/enchantxx.test.cpp
index bb9a153..0b60ea1 100644
--- a/tests/enchantxx.test.cpp
+++ b/tests/enchantxx.test.cpp
@@ -84,15 +84,13 @@ run_dict_tests (enchant::Dict * dict)
dict->check (check_checks[i]) == false);
}
-#if 0
printf ("Adding 'helllo' to personal\n");
- dict->add_to_pwl ("helllo");
+ dict->add ("helllo");
for (i = 0; i < (sizeof (check_checks) / sizeof (check_checks[0])); i++)
{
printf ("enchant_dict_check (%s): %d\n", check_checks[i],
dict->check (check_checks[i]) == false);
}
-#endif
}
int