Sfoglia il codice sorgente

updated rdic_test for new references_equal name

master
Patrick Jakobsen 7 mesi fa
parent
commit
0473625a82
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      test/rdic_test.c

+ 1
- 1
test/rdic_test.c Vedi File

@ -390,7 +390,7 @@ void test__single_node__returned_to_freelist(void)
}
#define ASSERT_REFERENCES_EQUAL(REF1, REF2)\
if(!gui_node_references_equal((REF1), (REF2)))\
if(!rdic_node_references_equal((REF1), (REF2)))\
{TEST_ERROR("`"#REF1"` != `"#REF2"`.\n");}
void test__single_node__nodes_are_stable(void)
{

Caricamento…
Annulla
Salva