Skip to content

Commit 0ababd3

Browse files
committed
Updated checker's build.gradle
1 parent 80ce9ec commit 0ababd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

checker/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -814,7 +814,7 @@ task ainferNullnessGenerateJaifs(type: Test) {
814814
delete('tests/ainfer-nullness/annotated/TypeVarReturnAnnotated.java')
815815

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

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

0 commit comments

Comments
 (0)