Skip to content

Commit a833d98

Browse files
committed
fix test
1 parent b8bf076 commit a833d98

File tree

1 file changed

+1
-1
lines changed
  • extension/android/executorch_android/src/androidTest/java/org/pytorch/executorch

1 file changed

+1
-1
lines changed

extension/android/executorch_android/src/androidTest/java/org/pytorch/executorch/ModuleE2ETest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public void testClassification(String filePath) throws IOException, URISyntaxExc
9191
}
9292

9393
@Test
94-
public void testXnnpackBackendRequired() {
94+
public void testXnnpackBackendRequired() throws IOException, URISyntaxException {
9595
File pteFile = new File(getTestFilePath("/mv3_xnnpack_fp32.pte"));
9696
InputStream inputStream = getClass().getResourceAsStream("/mv3_xnnpack_fp32.pte");
9797
FileUtils.copyInputStreamToFile(inputStream, pteFile);

0 commit comments

Comments
 (0)