Fix lint errors.
TBR=ager@chromium.org Review URL: http://codereview.chromium.org/27208 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1378 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
be011678f9
commit
0dee6cbab4
@ -2,7 +2,7 @@
|
|||||||
//
|
//
|
||||||
// Tests of profiler-related functions from log.h
|
// Tests of profiler-related functions from log.h
|
||||||
|
|
||||||
#ifdef ENABLE_LOGGING_AND_PROFILING
|
#ifdef ENABLE_LOGGING_AND_PROFILING
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
@ -227,4 +227,5 @@ TEST(PureJSStackTrace) {
|
|||||||
CHECK_EQ(0, sample.stack[1]);
|
CHECK_EQ(0, sample.stack[1]);
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // ENABLE_LOGGING_AND_PROFILING
|
#endif // ENABLE_LOGGING_AND_PROFILING
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user