Fixed lint error.
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@857 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
4213b46b1d
commit
7bdb653065
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user