Revision: 23221
Author:   [email protected]
Date:     Wed Aug 20 09:38:53 2014 UTC
Log:      Fix windows test runner.

[email protected]

Review URL: https://codereview.chromium.org/494603002
http://code.google.com/p/v8/source/detail?r=23221

Modified:
 /branches/bleeding_edge/src/compiler/machine-type.cc

=======================================
--- /branches/bleeding_edge/src/compiler/machine-type.cc Thu Aug 14 09:19:54 2014 UTC +++ /branches/bleeding_edge/src/compiler/machine-type.cc Wed Aug 20 09:38:53 2014 UTC
@@ -11,7 +11,7 @@

 #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