Skip to content

Commit

Permalink
Updated checker's build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
erfan-arvan committed Jul 10, 2024
1 parent 80ce9ec commit 0ababd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,7 @@ task ainferNullnessGenerateJaifs(type: Test) {
delete('tests/ainfer-nullness/annotated/TypeVarReturnAnnotated.java')

//This test shouldn't be expected to work without the input .ajava file.
delete('tests/ainfer-nullness/annotated/WPIUnknownInitializationLoopTest.java')
delete('tests/ainfer-nullness/non-annotated/WPIUnknownInitializationLoopTest.java')

// Inserting annotations from .jaif files in-place.
String jaifsDir = 'tests/ainfer-nullness/inference-output';
Expand Down

0 comments on commit 0ababd3

Please sign in to comment.