Skip to content

Commit

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

Differential Revision: D67084090

fbshipit-source-id: 8394622e0d6b6b53ae7818b5b13544b92b82e2e0
  • Loading branch information
generatedunixname89002005287564 authored and facebook-github-bot committed Dec 11, 2024
1 parent d88eafa commit f5c4ced
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/BaseFBJniTests.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,16 @@

package com.facebook.jni;

import com.facebook.infer.annotation.Nullsafe;
import com.facebook.soloader.nativeloader.NativeLoader;
import com.facebook.soloader.nativeloader.SystemDelegate;
import org.junit.BeforeClass;
import org.junit.Rule;
import org.junit.rules.ExpectedException;

@Nullsafe(Nullsafe.Mode.LOCAL)
public class BaseFBJniTests {
// NULLSAFE_FIXME[Not Vetted Third-Party]
@Rule public ExpectedException thrown = ExpectedException.none();

@BeforeClass
Expand Down

0 comments on commit f5c4ced

Please sign in to comment.