OSDN Git Service

2019/01/01(Tue) 12:13
[drdeamon64/drdeamon64.git] / libgoblin / test_libgoblin_loadprog.c
index a94d8ca..d81d519 100644 (file)
@@ -66,11 +66,11 @@ void Test_LibGoblin_LoadProg_API_LoadProgram_test00_001( void )
                                                                                        "../testdata/dwarftest" );
        CU_ASSERT( 0x00 == i_result );
 
-
        while( 0x00 < LibGoblin_GetUnresolv_ObjectFilePath( i_pgid, &t_objpath ) )      {
                i_result        = LibBrownie_GetLibraryPath(
                                                        t_objpath.str_localpath,
                                                        t_objpath.str_filename, t_objpath.str_rpath, pstr_ldpath );
+
                CU_ASSERT( 0x00 == i_result );
                if( 0x00 != i_result )
                        { goto  goto_Test_LibGoblin_LoadProg_API_LoadProgram_test00_001_post; }