Skip to content

Commit

Permalink
missed changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sahilagichani14 committed Nov 15, 2024
1 parent 66eadd3 commit d1c5e82
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
import sootup.core.model.SourceType;
import sootup.core.signatures.MethodSignature;
import sootup.core.types.VoidType;
import sootup.core.views.View;
import sootup.interceptors.DeadAssignmentEliminator;

@Tag("Java8")
Expand Down Expand Up @@ -65,7 +66,7 @@ public void test() {
SourceType.Application,
Collections.singletonList(new DeadAssignmentEliminator()));

JimpleView view = new JimpleView(Collections.singletonList(analysisInputLocation));
View view = new JimpleView(Collections.singletonList(analysisInputLocation));
assertNotNull(view.getIdentifierFactory().getClassType("DummyClass"));

MethodSignature methodSig =
Expand Down

0 comments on commit d1c5e82

Please sign in to comment.