Skip to content

Commit

Permalink
fbandroid/libraries/fbjni/test/FBJniTests.java
Browse files Browse the repository at this point in the history
Reviewed By: jocelynluizzi13

Differential Revision: D61110517

fbshipit-source-id: 49b7664ac2f307f1fa615289aad8960f6f92a99b
  • Loading branch information
generatedunixname89002005287564 authored and facebook-github-bot committed Aug 12, 2024
1 parent 95a6972 commit e9af44f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/FBJniTests.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
import java.io.IOException;
import java.util.ArrayList;
import java.util.concurrent.Callable;
import javax.annotation.Nullable;
import org.assertj.core.api.Fail;
import org.junit.Test;
import org.junit.runner.RunWith;
Expand Down Expand Up @@ -547,7 +548,7 @@ public void testMultidimensionalPrimitiveArray() {

private native int[][] nativeTestMultidimensionalPrimitiveArray(int i0, int i1, int i2);

private String[] mCapturedStringArray = null;
@Nullable private String[] mCapturedStringArray = null;

@DoNotStrip
String captureStringArray(String[] input) {
Expand Down

0 comments on commit e9af44f

Please sign in to comment.