| Index: src/trusted/validator_arm/validator_tests.cc
|
| ===================================================================
|
| --- src/trusted/validator_arm/validator_tests.cc (revision 8336)
|
| +++ src/trusted/validator_arm/validator_tests.cc (working copy)
|
| @@ -1,9 +1,13 @@
|
| /*
|
| - * Copyright (c) 2011 The Native Client Authors. All rights reserved.
|
| + * Copyright (c) 2012 The Native Client Authors. All rights reserved.
|
| * Use of this source code is governed by a BSD-style license that can be
|
| * found in the LICENSE file.
|
| */
|
|
|
| +#ifndef NACL_TRUSTED_BUT_NOT_TCB
|
| +#error This file is not meant for use in the TCB
|
| +#endif
|
| +
|
| /*
|
| * Unit tests for the ARM validator
|
| *
|
|
|