Skip to content

Commit 1adef71

Browse files
committed
Fix WideStringLiteralStaticConstTest on LatestUnix
1 parent b427ef7 commit 1adef71

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/ClangSharp.PInvokeGenerator.UnitTests/XmlLatestUnix/VarDeclarationTest.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -272,19 +272,19 @@ protected override Task WideStringLiteralStaticConstTestImpl()
272272
<constant name=""MyConst1"" access=""public"">
273273
<type primitive=""False"">ReadOnlySpan&lt;uint&gt;</type>
274274
<value>
275-
<code>new uint[] {{ 0x00000054, 0x00000065, 0x00000073, 0x00000074, 0x00000000, 0x0000005C, 0x0000000D, 0x0000000A, 0x00000009, 0x00000022, 0x00000000 }}</code>
275+
<code>[0x00000054, 0x00000065, 0x00000073, 0x00000074, 0x00000000, 0x0000005C, 0x0000000D, 0x0000000A, 0x00000009, 0x00000022, 0x00000000]</code>
276276
</value>
277277
</constant>
278278
<field name=""MyConst2"" access=""public"">
279279
<type primitive=""False"">uint[]</type>
280280
<value>
281-
<code>new uint[] {{ 0x00000054, 0x00000065, 0x00000073, 0x00000074, 0x00000000, 0x0000005C, 0x0000000D, 0x0000000A, 0x00000009, 0x00000022, 0x00000000 }}</code>
281+
<code>[0x00000054, 0x00000065, 0x00000073, 0x00000074, 0x00000000, 0x0000005C, 0x0000000D, 0x0000000A, 0x00000009, 0x00000022, 0x00000000]</code>
282282
</value>
283283
</field>
284284
<constant name=""MyConst3"" access=""public"">
285285
<type primitive=""False"">ReadOnlySpan&lt;uint&gt;</type>
286286
<value>
287-
<code>new uint[] {{ 0x00000054, 0x00000065, 0x00000073, 0x00000074, 0x00000000, 0x0000005C, 0x0000000D, 0x0000000A, 0x00000009, 0x00000022, 0x00000000 }}</code>
287+
<code>[0x00000054, 0x00000065, 0x00000073, 0x00000074, 0x00000000, 0x0000005C, 0x0000000D, 0x0000000A, 0x00000009, 0x00000022, 0x00000000]</code>
288288
</value>
289289
</constant>
290290
</class>

0 commit comments

Comments
 (0)