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

Unified Diff: tools/gn/ninja_binary_target_writer_unittest.cc

Issue 41703002: Fix GN unit tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
Index: tools/gn/ninja_binary_target_writer_unittest.cc
diff --git a/tools/gn/ninja_binary_target_writer_unittest.cc b/tools/gn/ninja_binary_target_writer_unittest.cc
index f57bb19d2dc5291c05a4abb0618758d90d3a7f3c..af7d198a64dfa52224264ed66478a5f77109d251 100644
--- a/tools/gn/ninja_binary_target_writer_unittest.cc
+++ b/tools/gn/ninja_binary_target_writer_unittest.cc
@@ -28,7 +28,6 @@ TEST(NinjaBinaryTargetWriter, SourceSet) {
// TODO(brettw) I think we'll need to worry about backslashes here
// depending if we're on actual Windows or Linux pretending to be Windows.
const char expected_win[] =
- "arch = environment.x86\n"
"defines =\n"
"includes =\n"
"cflags =\n"
@@ -62,7 +61,6 @@ TEST(NinjaBinaryTargetWriter, SourceSet) {
// TODO(brettw) I think we'll need to worry about backslashes here
// depending if we're on actual Windows or Linux pretending to be Windows.
const char expected_win[] =
- "arch = environment.x86\n"
"defines =\n"
"includes =\n"
"cflags =\n"

Powered by Google App Engine
This is Rietveld 408576698