Revision: 23508
Author: [email protected]
Date: Fri Aug 29 05:45:16 2014 UTC
Log: Fix windows build.
[email protected]
Review URL: https://codereview.chromium.org/524533002
https://code.google.com/p/v8/source/detail?r=23508
Modified:
/branches/bleeding_edge/test/cctest/compiler/test-run-properties.cc
=======================================
--- /branches/bleeding_edge/test/cctest/compiler/test-run-properties.cc Fri
Aug 29 05:37:55 2014 UTC
+++ /branches/bleeding_edge/test/cctest/compiler/test-run-properties.cc Fri
Aug 29 05:45:16 2014 UTC
@@ -50,7 +50,8 @@
double value_a = static_cast<U>(kValues[i]);
double value_b = static_cast<U>(kValues[j]);
double expected = value_a + value_b;
- T.CheckCall(T.Val(expected), T.Val(i), T.Val(j));
+ T.CheckCall(T.Val(expected), T.Val(static_cast<double>(i)),
+ T.Val(static_cast<double>(j)));
}
}
}
--
--
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.