1
1

Remove the reference to the path_sep field from the test.

This commit was SVN r11396.
Этот коммит содержится в:
George Bosilca 2006-08-24 16:17:33 +00:00
родитель f3a4026b39
Коммит 76d2a0bb74

Просмотреть файл

@ -68,8 +68,7 @@ static bool test1(void)
orte_system_info.release == NULL ||
orte_system_info.version == NULL ||
orte_system_info.machine == NULL ||
orte_system_info.user == NULL ||
orte_system_info.path_sep == NULL)
orte_system_info.user == NULL)
return(false);
return true;