From 799508eb77045482d1e2bf13c6696c6b248de0b6 Mon Sep 17 00:00:00 2001 From: Vitek Karas Date: Fri, 14 Sep 2018 21:18:21 -0700 Subject: [PATCH] Fix build break in P1 tests (#19975) --- tests/src/Interop/NativeCallable/NativeCallableTest.cs | 2 +- tests/src/Interop/NativeCallable/NativeCallableTest.csproj | 2 +- tests/src/Interop/PrimitiveMarshalling/UIntPtr/PInvokeUIntPtrTest.cs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/src/Interop/NativeCallable/NativeCallableTest.cs b/tests/src/Interop/NativeCallable/NativeCallableTest.cs index 5e18a39..49b670f 100644 --- a/tests/src/Interop/NativeCallable/NativeCallableTest.cs +++ b/tests/src/Interop/NativeCallable/NativeCallableTest.cs @@ -9,7 +9,7 @@ using System.Reflection; using System.Reflection.Emit; using System.Runtime.InteropServices; using System.Threading; -using CoreFXTestLibrary; +using TestLibrary; using Console = Internal.Console; diff --git a/tests/src/Interop/NativeCallable/NativeCallableTest.csproj b/tests/src/Interop/NativeCallable/NativeCallableTest.csproj index fd5c9db..689e124 100644 --- a/tests/src/Interop/NativeCallable/NativeCallableTest.csproj +++ b/tests/src/Interop/NativeCallable/NativeCallableTest.csproj @@ -1,6 +1,7 @@ + Debug AnyCPU @@ -31,7 +32,6 @@ - \ No newline at end of file diff --git a/tests/src/Interop/PrimitiveMarshalling/UIntPtr/PInvokeUIntPtrTest.cs b/tests/src/Interop/PrimitiveMarshalling/UIntPtr/PInvokeUIntPtrTest.cs index 431ba14..184334b 100644 --- a/tests/src/Interop/PrimitiveMarshalling/UIntPtr/PInvokeUIntPtrTest.cs +++ b/tests/src/Interop/PrimitiveMarshalling/UIntPtr/PInvokeUIntPtrTest.cs @@ -6,7 +6,7 @@ using System.Runtime.InteropServices; using System; using System.Reflection; using System.Text; -using CoreFXTestLibrary; +using TestLibrary; class Test { -- 2.7.4