am c78b33d0: Merge "split-select: fix OSX build" into lmp-mr1-dev automerge: be593a7

* commit 'c78b33d01187336d960457980acb05cac86241be':
  split-select: fix OSX build
This commit is contained in:
Adam Lesinski
2014-11-11 02:55:12 +00:00
committed by Android Git Automerger

View File

@@ -75,7 +75,7 @@ const Rule AlwaysTrue() {
const char*, const char*,
const sp<Rule>& actual, const Rule& expected) {
const String8 expectedStr(expected.toJson());
const String8 actualStr(actual != NULL ? actual->toJson() : "");
const String8 actualStr(actual != NULL ? actual->toJson() : String8());
if (expectedStr != actualStr) {
return ::testing::AssertionFailure()