Changeset 4ea632e


Ignore:
Timestamp:
May 4, 2018, 5:21:47 PM (6 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, with_gc
Children:
43c461d
Parents:
a64a413
Message:

Test2 push to validate CSRF protection

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Common/Heap.cc

    ra64a413 r4ea632e  
    8484                        for(size_t i = 0; i < (nct - std::strlen(title)) / 2; i++) std::cerr << ' ';
    8585                        std::cerr << title << std::endl;
     86
    8687                        print('-', nct);
    8788                        std::cerr << std::setw(nc) << "Pass";
     
    9293                                print(passes[i], nc, total_mallocs, total_frees);
    9394                        }
     95
    9496                        print('-', nct);
    9597                        print({"Sum", total_mallocs, total_frees}, nc, total_mallocs, total_frees);
Note: See TracChangeset for help on using the changeset viewer.