Chromium Code Reviews| Index: src/trusted/validator_arm/address_set_test.cc |
| =================================================================== |
| --- src/trusted/validator_arm/address_set_test.cc (revision 8201) |
| +++ src/trusted/validator_arm/address_set_test.cc (working copy) |
| @@ -1,14 +1,17 @@ |
| /* |
| - * Copyright 2009 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. |
| - * Copyright 2009, Google Inc. |
| + * 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. |
| */ |
| /* |
| * A simple test for AddressSet. |
| */ |
| +#ifndef NACL_TRUSTED_BUT_NOT_TCB |
| +#error("This file is not meant for use in the TCB") |
|
robertm
2012/04/11 01:28:43
I think #error is usually used without parens
Karl
2012/04/16 23:18:10
Done.
|
| +#endif |
| + |
| #include <stdio.h> |
| #include <stdlib.h> |