src/test/unionfind_test.cc
changeset 793 9cd0aeea47b0
parent 774 4297098d9677
child 906 17f31d280385
     1.1 --- a/src/test/unionfind_test.cc	Thu Sep 02 17:56:40 2004 +0000
     1.2 +++ b/src/test/unionfind_test.cc	Fri Sep 03 09:41:50 2004 +0000
     1.3 @@ -162,13 +162,13 @@
     1.4    cout << "Size of the class of 2: " << U.size(2) << endl;
     1.5    check(U.size(2) == 3,"Test failed.");
     1.6  
     1.7 -  cout << "makeRep(4)..." << endl;
     1.8 +  cout << "Calling makeRep(4)..." << endl;
     1.9    U.makeRep(4);
    1.10  //   print(U);
    1.11 -  cout << "makeRep(3)..." << endl;
    1.12 +  cout << "Calling makeRep(3)..." << endl;
    1.13    U.makeRep(3);
    1.14  //   print(U);
    1.15 -  cout << "makeRep(2)..." << endl;
    1.16 +  cout << "Calling makeRep(2)..." << endl;
    1.17    U.makeRep(2);
    1.18  //   print(U);
    1.19