Commit 89be1b9c authored by Youness Alaoui's avatar Youness Alaoui

typo fix #ifdef/#if

parent 0cf65d14
...@@ -1013,7 +1013,7 @@ int main (void) ...@@ -1013,7 +1013,7 @@ int main (void)
g_assert (global_lagent_cands == 2); g_assert (global_lagent_cands == 2);
g_assert (global_ragent_cands == 2); g_assert (global_ragent_cands == 2);
#ifdef TEST_GOOGLE #if TEST_GOOGLE
return result; return result;
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment