From 40b4c390d4807923e0064291f9fbf5a0dbbe1a9b Mon Sep 17 00:00:00 2001 From: Alecio Furanze Date: Fri, 31 May 2024 00:44:04 +0200 Subject: [PATCH] Create Primitive.Ushort.cs --- test/primitive/Primitive.Ushort.cs | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 test/primitive/Primitive.Ushort.cs diff --git a/test/primitive/Primitive.Ushort.cs b/test/primitive/Primitive.Ushort.cs new file mode 100644 index 0000000..2093eea --- /dev/null +++ b/test/primitive/Primitive.Ushort.cs @@ -0,0 +1,12 @@ +using Xunit; + +namespace Tests.Primitive; + +public partial class Primitives +{ + [Fact] + public void _Ushort() + { + + } +} \ No newline at end of file