Skip to content

Commit 749c647

Browse files
author
bjjwwang
committed
fix ass3 4
1 parent 02fb1f2 commit 749c647

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Assignment-3/Test3.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ void Test1()
4949
delete andersenPTA;
5050
SVF::LLVMModuleSet::releaseLLVMModuleSet();
5151
SVF::SVFIR::releaseSVFIR();
52-
NodeIDAllocator::unset();
52+
SVF::NodeIDAllocator::unset();
5353
}
5454

5555
void Test2()
@@ -66,7 +66,7 @@ void Test2()
6666
delete andersenPTA;
6767
SVF::SVFIR::releaseSVFIR();
6868
SVF::LLVMModuleSet::releaseLLVMModuleSet();
69-
NodeIDAllocator::unset();
69+
SVF::NodeIDAllocator::unset();
7070
}
7171

7272
void Test3()
@@ -82,7 +82,7 @@ void Test3()
8282
SVF::LLVMModuleSet::releaseLLVMModuleSet();
8383
SVF::SVFIR::releaseSVFIR();
8484
delete andersenPTA;
85-
NodeIDAllocator::unset();
85+
SVF::NodeIDAllocator::unset();
8686
}
8787
void Test()
8888
{

0 commit comments

Comments
 (0)