From f4d34b62de5ed62bd56421c7e699db254486d483 Mon Sep 17 00:00:00 2001 From: heck Date: Wed, 10 Mar 2021 01:18:24 +0100 Subject: [PATCH] Test: JNI-143 - correct typo in makefile --- test/java/foundation/pEp/jniadapter/test/jni143/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/java/foundation/pEp/jniadapter/test/jni143/Makefile b/test/java/foundation/pEp/jniadapter/test/jni143/Makefile index ce7f304..33e1e90 100644 --- a/test/java/foundation/pEp/jniadapter/test/jni143/Makefile +++ b/test/java/foundation/pEp/jniadapter/test/jni143/Makefile @@ -7,7 +7,7 @@ JAVA_CLASSES = \ TestAlice.class \ ../utils/AdapterBaseTestContext.class \ ../utils/AdapterTestUtils.class \ - ../utils/DiffREsult.class \ + ../utils/DiffResult.class \ ../utils/TestCallbacks.class .PHONY: pitytest compile alice test clean