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

Unified Diff: sql/mojo/vfs_unittest.cc

Issue 1272373004: Fix Mandoline apptests on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ' Created 5 years, 4 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 | « sql/mojo/mojo_vfs.cc ('k') | ui/gl/gl_implementation_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sql/mojo/vfs_unittest.cc
diff --git a/sql/mojo/vfs_unittest.cc b/sql/mojo/vfs_unittest.cc
index 14d219e83885f55a3acb90bca91a5a9f902215be..123299bfe9b8a4f2a6ab37d664cd7d0da772c76a 100644
--- a/sql/mojo/vfs_unittest.cc
+++ b/sql/mojo/vfs_unittest.cc
@@ -82,7 +82,7 @@ class VFSTest : public mojo::test::ApplicationTestBase,
};
TEST_F(VFSTest, TestInstalled) {
- EXPECT_EQ("mojo", vfs()->zName);
+ EXPECT_EQ("mojo", std::string(vfs()->zName));
jam 2015/08/05 23:08:44 with vs this was comparing the address of the stri
}
TEST_F(VFSTest, ExclusiveOpen) {
« no previous file with comments | « sql/mojo/mojo_vfs.cc ('k') | ui/gl/gl_implementation_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698