| 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 */
|
|
|