Fixed lint error.


git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@857 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 4213b46b
......@@ -1053,7 +1053,7 @@ static uc32 CanonRange(uc32 c) {
TEST(RangeCanonicalization) {
CHECK((CanonRange(0) & CharacterRange::kStartMarker) != 0);
CHECK_NE(CanonRange(0) & CharacterRange::kStartMarker, 0);
// Check that we arrive at the same result when using the basic
// range canonicalization primitives as when using immediate
// canonicalization.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment