9bed566bdb
Added presubmit step to check copyright. git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@242 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
11 lines
206 B
C++
11 lines
206 B
C++
// Copyright 2006-2008 the V8 project authors. All rights reserved.
|
|
//
|
|
// Tests of the TokenLock class from lock.h
|
|
|
|
#include <stdlib.h>
|
|
|
|
#include "v8.h"
|
|
#include "cctest.h"
|
|
|
|
using namespace ::v8::internal;
|