Skip to content

Commit

Permalink
add the annotation file to the jaif test for WPI + nullness, too
Browse files Browse the repository at this point in the history
  • Loading branch information
kelloggm committed Feb 8, 2023
1 parent 6fdd4ac commit 3bebcd0
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,13 @@ public class AinferNullnessJaifsTest extends CheckerFrameworkPerDirectoryTest {
* @param testFiles the files containing test code, which will be type-checked
*/
public AinferNullnessJaifsTest(List<File> testFiles) {
super(testFiles, NullnessChecker.class, "nullness", "-Ainfer=jaifs", "-Awarns");
super(
testFiles,
NullnessChecker.class,
"nullness",
"-Ainfer=jaifs",
"-Awarns",
"-Aajava=tests/ainfer-nullness/input-annotation-files/");
}

@Parameters
Expand Down

0 comments on commit 3bebcd0

Please sign in to comment.