Fix windows test runner.

TBR=titzer@chromium.org

Review URL: https://codereview.chromium.org/494603002

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23221 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
bmeurer@chromium.org 2014-08-20 09:38:53 +00:00
parent a8b09acd7b
commit 9a5e8d4e01

View File

@ -11,7 +11,7 @@ namespace compiler {
#define PRINT(bit) \
if (type & bit) { \
if (before) os << "|"; \
if (before) os << "+"; \
os << #bit; \
before = true; \
}