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

Unified Diff: source/test/perf/perldriver/PerfFramework.pm

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/perf/perf.sln ('k') | source/test/perf/unisetperf/draft/bitset.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/test/perf/perldriver/PerfFramework.pm
diff --git a/source/test/perf/perldriver/PerfFramework.pm b/source/test/perf/perldriver/PerfFramework.pm
index 353dd9cd341f8905f2af361de17d219154724be5..99c48e6ed1cf994c689c2fab69554a5fb090d607 100644
--- a/source/test/perf/perldriver/PerfFramework.pm
+++ b/source/test/perf/perldriver/PerfFramework.pm
@@ -97,7 +97,7 @@ sub compareLoop {
my $datafile = shift;
my $locAndData = "";
if($locale) {
- $locAndData .= " -L $locale";
+ $locAndData .= " -L \"$locale\"";
}
if($datafile) {
$locAndData .= " -f $datafile";
« no previous file with comments | « source/test/perf/perf.sln ('k') | source/test/perf/unisetperf/draft/bitset.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698