summaryrefslogtreecommitdiff
path: root/src/test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/test.cc')
-rw-r--r--src/test.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/test.cc b/src/test.cc
index 5a1bce5..bc53810 100644
--- a/src/test.cc
+++ b/src/test.cc
@@ -20,7 +20,7 @@ void exception(int e, char *msg)
PriorityList *newlist(void)
{
- return new BinHeap;
+ return new FHeap;
}
void DoCombTest(int number)
@@ -59,7 +59,6 @@ void FullTest(void)
{
PriorityList *T;
Datas_t Datas;
- char msg[10240];
Cell C1, C2;
Key_t K;
int i;