1
0
mirror of synced 2026-03-30 18:54:43 +00:00

Print file

Helps debugging
This commit is contained in:
Stéphane Jourdois
2010-07-11 14:26:10 +02:00
committed by Axel Beckert
parent aaa6cdc60c
commit 90b931a906

View File

@@ -56,6 +56,6 @@ sub checkFile
}
close( INPUT );
is( $trailing, 0, "File has no trailing whitespace" );
is( $trailing, 0, "File '$file' has no trailing whitespace" );
}