Skip to content

Commit

Permalink
Format tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lembergerth committed Sep 27, 2021
1 parent 5a0ad09 commit 578634b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/org/sosy_lab/llvm_j/PackageSanityTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ public class PackageSanityTest extends AbstractPackageSanityTests {
setDefault(TypeRef.class, t);
setDistinctValues(TypeRef.class, t, b2.getFirstInstruction().typeOf());
setDefault(LLVMLibrary.LLVMTypeRef.class, t.type());
setDistinctValues(LLVMLibrary.LLVMTypeRef.class, t.type(), b2.getFirstInstruction().typeOf().type());
setDistinctValues(
LLVMLibrary.LLVMTypeRef.class, t.type(), b2.getFirstInstruction().typeOf().type());
setDefault(Value.class, v);
setDistinctValues(Value.class, v, b1.basicBlockAsValue());
setDefault(BasicBlock.class, b1);
Expand Down

0 comments on commit 578634b

Please sign in to comment.