Skip to content

Commit

Permalink
error output to error stream.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdereg committed Feb 4, 2024
1 parent 3320a1a commit 723386a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ void testEverything() {
if (testData == null) { // data set needs added
// Change to throw exception, so that when new conversions are added, the tests will fail until
// an "everything" test entry is added.
System.out.println("No test data for: " + Converter.getShortName(sourceClass));
System.err.println("No test data for: " + Converter.getShortName(sourceClass));
continue;
}

Expand Down

0 comments on commit 723386a

Please sign in to comment.