We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
db.links
1 parent 680d841 commit e6146afCopy full SHA for e6146af
csharp/Platform.Data.Doublets.Tests/ILinksBasicTests.cs
@@ -1,8 +1,9 @@
1
-using System;
+
2
+using System.IO;
3
using Platform.Data.Doublets.Memory.United.Generic;
4
using Platform.Memory;
5
using Xunit;
-using Xunit.Abstractions;
6
+
7
8
namespace Platform.Data.Doublets.Tests
9
{
@@ -32,7 +33,7 @@ public static void DeleteAllUsages()
32
33
[Fact]
34
public static void FfiDeleteAllUsages()
35
- var mem = new HeapResizableDirectMemory();
36
+ File.Delete("db.links");
37
var links = new FFI.UnitedMemoryLinks<uint>("db.links");
38
39
var root = links.CreatePoint();
0 commit comments