Verify static results.

This commit is contained in:
Simo Kinnunen
2014-06-30 15:09:54 +09:00
parent a971c5a7dc
commit 447903f771

View File

@@ -115,7 +115,7 @@ tests.forEach(function(test) {
console.log(' <- ', test.a)
console.log(' -> ', test.b)
console.log('Verifying test expectations')
//verify(test.a, test.b, test.ops)
verify(test.a, test.b, test.ops)
console.log('Verifying patchArray')
var patch = patchArray(test.a, test.b)
console.log(' patch', patch)