Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(825)

Unified Diff: src/trusted/validator_arm/address_set_test.cc

Issue 9960043: Finish separation of testing from sel_ldr validation. Also, automate (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/trusted/validator_arm/armv7.table » ('j') | src/trusted/validator_arm/armv7.table » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | src/trusted/validator_arm/armv7.table » ('j') | src/trusted/validator_arm/armv7.table » ('J')

Powered by Google App Engine
This is Rietveld 408576698