diff options
Diffstat (limited to 'tests/parser.rs')
-rw-r--r-- | tests/parser.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/parser.rs b/tests/parser.rs index 5c63be3be..6c31463ad 100644 --- a/tests/parser.rs +++ b/tests/parser.rs | |||
@@ -49,7 +49,7 @@ fn parser_test_case(path: &Path) { | |||
49 | return | 49 | return |
50 | } | 50 | } |
51 | if expected.trim() == actual.trim() { | 51 | if expected.trim() == actual.trim() { |
52 | panic!("Whitespace difference!") | 52 | panic!("Whitespace difference! {}", path.display()) |
53 | } | 53 | } |
54 | assert_diff!(expected, actual, "\n", 0) | 54 | assert_diff!(expected, actual, "\n", 0) |
55 | } | 55 | } |