Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sdks/wasm/DebuggerTestSuite/Support.cs')
-rw-r--r--sdks/wasm/DebuggerTestSuite/Support.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/sdks/wasm/DebuggerTestSuite/Support.cs b/sdks/wasm/DebuggerTestSuite/Support.cs
index 106fbe85d72..8c5a251eaa4 100644
--- a/sdks/wasm/DebuggerTestSuite/Support.cs
+++ b/sdks/wasm/DebuggerTestSuite/Support.cs
@@ -8,7 +8,7 @@ using System.IO;
using System.Text;
using System.Collections.Generic;
-using WsProxy;
+using WebAssembly.Net.Debugging;
using Newtonsoft.Json.Linq;
using Xunit;
@@ -133,7 +133,7 @@ namespace DebuggerTests
}
public DebuggerTestBase (string driver = "debugger-driver.html") {
- startTask = WsProxy.TestHarnessProxy.Start (FindChromePath (), FindTestPath (), driver);
+ startTask = TestHarnessProxy.Start (FindChromePath (), FindTestPath (), driver);
}
public Task Ready ()