From 0dd957e561180f74e2002bef2753300cf9ad513e Mon Sep 17 00:00:00 2001 From: Vladimir Ivanov Date: Tue, 21 Apr 2020 10:56:34 +0300 Subject: [PATCH] [tests] fix test compilation on case-sensitive FS (#4121) --- backend.native/tests/interop/objc/tests/overrideInit.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend.native/tests/interop/objc/tests/overrideInit.m b/backend.native/tests/interop/objc/tests/overrideInit.m index 0ab7225e500..34321177d18 100644 --- a/backend.native/tests/interop/objc/tests/overrideInit.m +++ b/backend.native/tests/interop/objc/tests/overrideInit.m @@ -1,4 +1,4 @@ -#import "OverrideInit.h" +#import "overrideInit.h" @implementation TestOverrideInit -(instancetype)initWithValue:(int)value {