my fork of dmp
Diffstat (limited to 'src/dmp.rs')
| -rw-r--r-- | src/dmp.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2756,7 +2756,7 @@ mod tests { use super::{DiffMatchPatch, Ops, Patch, PatchInput}; // const tests = [ - // 'testDiffIsDestructurable', // TODO + // 'testDiffIsDestructurable', // 'testDiffCleanupEfficiency', // 'testDiffDelta', // ]; |