Skip to content

Commit

Permalink
adding missing imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tahiatul Islam committed Nov 15, 2023
1 parent d52e8b0 commit 70e3b75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
import com.github.javaparser.ast.type.PrimitiveType;
import com.github.javaparser.ast.type.ReferenceType;
import com.github.javaparser.ast.type.Type;
import com.github.javaparser.ast.type.UnionType;
import com.github.javaparser.ast.visitor.ModifierVisitor;
import com.github.javaparser.ast.visitor.Visitable;
import com.github.javaparser.resolution.UnsolvedSymbolException;
Expand Down
6 changes: 2 additions & 4 deletions src/test/java/org/checkerframework/specimin/Issue_38Test.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
import java.io.IOException;
import org.junit.Test;

/**
* This test checks if Specimin will work for array types
*/
/** This test checks if Specimin will work for Union types */
public class Issue_38Test {
@Test
public void runTest() throws IOException {
Expand All @@ -14,4 +12,4 @@ public void runTest() throws IOException {
new String[] {"com/example/Issue_38.java"},
new String[] {"com.example.Issue_38#test()"});
}
}
}

0 comments on commit 70e3b75

Please sign in to comment.