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

Unified Diff: tests/irt_ext/libc/file_tests.h

Issue 511253005: Added irt extension support for supplying the nacl_irt_memory interface. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Removed support for nacl_interface_ext_supply of older interface versions Created 6 years, 4 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
Index: tests/irt_ext/libc/file_tests.h
diff --git a/tests/irt_ext/libc/file_tests.h b/tests/irt_ext/libc/file_tests.h
deleted file mode 100644
index af5a3ee092f1cc8d90c8b8043184e405a193f788..0000000000000000000000000000000000000000
--- a/tests/irt_ext/libc/file_tests.h
+++ /dev/null
@@ -1,17 +0,0 @@
-/*
- * Copyright (c) 2014 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.
- */
-
-/*
- * Runs libc tests to ensure basic file functions properly call system calls
- * supplied using the irt_extension interface.
- */
-
-#ifndef NATIVE_CLIENT_TESTS_IRT_EXT_LIBC_FILE_TESTS_H
-#define NATIVE_CLIENT_TESTS_IRT_EXT_LIBC_FILE_TESTS_H
-
-int run_file_tests(void);
-
-#endif /* NATIVE_CLIENT_TESTS_IRT_EXT_LIBC_FILE_TESTS_H */

Powered by Google App Engine
This is Rietveld 408576698