Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(941)

Unified Diff: source/allinone/icucheck.bat

Issue 2440913002: Update ICU to 58.1
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « source/allinone/allinone.sln ('k') | source/common/Makefile.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/allinone/icucheck.bat
diff --git a/source/allinone/icucheck.bat b/source/allinone/icucheck.bat
index d4e96a38f74f9f2689e7ead7cd2fe21011178433..f8331a0122bc52f536fdefbcf52fd73bd1119c1e 100644
--- a/source/allinone/icucheck.bat
+++ b/source/allinone/icucheck.bat
@@ -1,4 +1,6 @@
@echo off
+REM Copyright (C) 2016 and later: Unicode, Inc. and others.
+REM License & terms of use: http://www.unicode.org/copyright.html
REM ********************************************************************
REM * COPYRIGHT:
REM * Copyright (c) 2010-2014, International Business Machines Corporation
@@ -89,7 +91,7 @@ set ICUFAILCNT=0
:OK_cintltst
@set ICURUN=%ICURUN% %THT%
-@REM (Layout is deprecated)
+@REM (Layout is deprecated - this would require HarfBuzz)
@REM @set THT=letest
@REM @echo ==== %THT% =========================================================================
@REM @cd %ICU_ICUDIR%\source\test\letest
@@ -126,4 +128,4 @@ echo Failing Tests: %ICUFAILED%
echo -
echo FAILED!
-exit /b 1
+exit /b 1
« no previous file with comments | « source/allinone/allinone.sln ('k') | source/common/Makefile.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698