diff --git a/test/heap_test.cc b/test/heap_test.cc --- a/test/heap_test.cc +++ b/test/heap_test.cc @@ -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 {