Add Algorithms::Diff to source tree for systems that don't have it
[pintos-anon] / src / tests / tests.pm
index d085df1c98de59d7430a7cfc3dc9caa571f5672f..c2a5c64d8319ecd9b1314fcae1321802d1a8d409 100644 (file)
@@ -1,6 +1,6 @@
 use strict;
 use warnings;
-use Algorithm::Diff;
+use tests::Algorithm::Diff;
 
 sub fail;
 sub pass;