Skip to content
  • David King's avatar
    Fix g_assert() use in tests · d4f867f9
    David King authored
    Rather than using g_assert(), which is disabled if G_DISABLE_ASSERT is
    set, use the g_assert_*() macros that are explicitly intended for use in
    unit tests, and unaffected.
    
    #22
    d4f867f9