aboutsummaryrefslogtreecommitdiff
path: root/tools/c-index-test/c-index-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/c-index-test/c-index-test.c')
-rw-r--r--tools/c-index-test/c-index-test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/c-index-test/c-index-test.c b/tools/c-index-test/c-index-test.c
index f9b5cdf96b..5df21ec2a8 100644
--- a/tools/c-index-test/c-index-test.c
+++ b/tools/c-index-test/c-index-test.c
@@ -3355,12 +3355,12 @@ void thread_runner(void *client_data_v) {
}
int main(int argc, const char **argv) {
+ thread_info client_data;
+
#ifdef CLANG_HAVE_LIBXML
LIBXML_TEST_VERSION
#endif
- thread_info client_data;
-
if (getenv("CINDEXTEST_NOTHREADS"))
return cindextest_main(argc, argv);