Skip to content
  • Nick Mathewson's avatar
    Workaround for GCC "note" about "variable tracking size limit" · c3b1a25d
    Nick Mathewson authored
    GCC complains that we are using too many variables here, probably
    because of the sheer number of locals used for our tinytest macros.
    Eventually we should fix that (see 30968), but this commit just
    makes the "note" go away by splitting the test function into two.
    c3b1a25d