Reviewers: titzer,

Message:
Committed patchset #1 manually as 23221 (tree was closed).

Description:
Fix windows test runner.

[email protected]

Committed: https://code.google.com/p/v8/source/detail?r=23221

Please review this at https://codereview.chromium.org/494603002/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+1, -1 lines):
  M src/compiler/machine-type.cc


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;         \
   }


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to