diff options
author | Yang Tse <yangsita@gmail.com> | 2010-02-05 19:19:34 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2010-02-05 19:19:34 +0000 |
commit | e3009f2950b2f6b778a6e0daf4466d6ec9132ed2 (patch) | |
tree | 64fbf9a4e41e54926e2bd83bd371081f50198ce3 /tests/libtest/lib526.c | |
parent | cad9c3f55fad5da988144dc83ad76a8544a071a2 (diff) | |
download | curl-e3009f2950b2f6b778a6e0daf4466d6ec9132ed2.tar.gz |
fix compiler warning
Diffstat (limited to 'tests/libtest/lib526.c')
-rw-r--r-- | tests/libtest/lib526.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libtest/lib526.c b/tests/libtest/lib526.c index 600ed65e5..c68e19b6d 100644 --- a/tests/libtest/lib526.c +++ b/tests/libtest/lib526.c @@ -215,7 +215,7 @@ int test(char *URL) res = TEST_ERR_RUNS_FOREVER; } -test_cleanup: +/* test_cleanup: */ #ifndef LIB527 /* get NUM_HANDLES easy handles */ |