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

Unified Diff: source/test/letest/letest.cpp

Issue 845603002: Update ICU to 54.1 step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: remove unusued directories Created 5 years, 11 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/test/letest/letest.h ('k') | source/test/letest/letest.sln » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/test/letest/letest.cpp
diff --git a/source/test/letest/letest.cpp b/source/test/letest/letest.cpp
index 97393c155eb5679d7646e7cca9c79e73d344291f..f7f57437a00ac87dd711e431dc1be34bb414f19c 100644
--- a/source/test/letest/letest.cpp
+++ b/source/test/letest/letest.cpp
@@ -1,7 +1,7 @@
/*
*******************************************************************************
*
- * Copyright (C) 1999-2013, International Business Machines
+ * Copyright (C) 1999-2014, International Business Machines
* Corporation and others. All Rights Reserved.
*
*******************************************************************************
@@ -748,6 +748,7 @@ U_CDECL_BEGIN
*/
static void U_CALLCONV GlyphToCharTest(void)
{
+#if !UCONFIG_NO_BREAK_ITERATION
LEErrorCode status = LE_NO_ERROR;
LEFontInstance *font;
FontRuns fontRuns(0);
@@ -958,6 +959,7 @@ close_font:
finish:
return;
+#endif
}
U_CDECL_END
@@ -970,7 +972,9 @@ static void addAllTests(TestNode **root)
addTest(root, &DataDrivenTest, "layout/DataDrivenTest");
addTest(root, &GlyphToCharTest, "paragraph/GlyphToCharTest");
+#ifndef USING_ICULEHB
addCTests(root);
+#endif
}
/* returns the path to icu/source/data/out */
« no previous file with comments | « source/test/letest/letest.h ('k') | source/test/letest/letest.sln » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698