diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2015-01-02 18:38:36 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-01-02 18:38:36 -0500 |
| commit | 16ee10c47583a4a2b7480af6fc5a205343acfdfd (patch) | |
| tree | 7cfbb6d488a92fa01ddb86d6f226f549ad26a01e /tests/shlib_test/hellolib.c | |
| parent | 866ff739f6e64aaaefcf7816263410527c9f55f7 (diff) | |
| parent | 41f2c5ec8dd669747f3cfd8d6b2ae9a40d219545 (diff) | |
| download | python-setuptools-git-16ee10c47583a4a2b7480af6fc5a205343acfdfd.tar.gz | |
Merge with 10.2.1
--HG--
branch : feature/issue-229
Diffstat (limited to 'tests/shlib_test/hellolib.c')
| -rwxr-xr-x | tests/shlib_test/hellolib.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/shlib_test/hellolib.c b/tests/shlib_test/hellolib.c deleted file mode 100755 index 88d65cee..00000000 --- a/tests/shlib_test/hellolib.c +++ /dev/null @@ -1,3 +0,0 @@ -extern char* get_hello_msg() { - return "Hello, world!"; -} |
