mirror of
https://github.com/uutils/diffutils.git
synced 2026-06-10 15:48:59 -07:00
use pretty assertions to help with Windows debug
This commit is contained in:
+1
-1
@@ -355,7 +355,7 @@ pub fn diff(
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use super::*;
|
||||
|
||||
use pretty_assertions::assert_eq;
|
||||
#[test]
|
||||
fn test_permutations() {
|
||||
// test all possible six-line files.
|
||||
|
||||
Reference in New Issue
Block a user