mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-19 11:45:45 +00:00
ICU-5077 make modularized build work
X-SVN-Rev: 19243
This commit is contained in:
parent
b832987f51
commit
647bb64e48
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ public class TestUScript extends TestFmwk {
|
|||
private void reportDataErrors(int numErrors) {
|
||||
if (numErrors >0) {
|
||||
// assume missing locale data, so not an error, just a warning
|
||||
if (isModularBuild() || !noData()) {
|
||||
if (isModularBuild() || noData()) {
|
||||
// if nodata is set don't even warn
|
||||
warnln("Could not find locale data");
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue