diff -r d1a9224f1e30 -r bdc7dfc8c054 test/heap_test.cc --- a/test/heap_test.cc Thu Jul 09 02:38:01 2009 +0200 +++ b/test/heap_test.cc Thu Jul 09 02:39:47 2009 +0200 @@ -222,16 +222,16 @@ } // PairingHeap -// { -// typedef PairingHeap IntHeap; -// checkConcept, IntHeap>(); -// heapSortTest(); -// heapIncreaseTest(); -// -// typedef PairingHeap NodeHeap; -// checkConcept, NodeHeap>(); -// dijkstraHeapTest(digraph, length, source); -// } + { + typedef PairingHeap IntHeap; + checkConcept, IntHeap>(); + heapSortTest(); + heapIncreaseTest(); + + typedef PairingHeap NodeHeap; + checkConcept, NodeHeap>(); + dijkstraHeapTest(digraph, length, source); + } // RadixHeap {