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

Unified Diff: src/compiler/machine-type.cc

Issue 494603002: Fix windows test runner. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/machine-type.cc
diff --git a/src/compiler/machine-type.cc b/src/compiler/machine-type.cc
index b02fe293148f5c261b477345fd562b43fc4bd4a4..33ac20f36cf1a3abe7fcb45055d28a009d881bd8 100644
--- a/src/compiler/machine-type.cc
+++ b/src/compiler/machine-type.cc
@@ -11,7 +11,7 @@ namespace compiler {
#define PRINT(bit) \
if (type & bit) { \
- if (before) os << "|"; \
+ if (before) os << "+"; \
os << #bit; \
before = true; \
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698