Skip to content

Commit

Permalink
Fix WideStringLiteralStaticConstTest on LatestUnix
Browse files Browse the repository at this point in the history
  • Loading branch information
tannergooding committed Nov 19, 2023
1 parent b427ef7 commit 1adef71
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -272,19 +272,19 @@ protected override Task WideStringLiteralStaticConstTestImpl()
<constant name=""MyConst1"" access=""public"">
<type primitive=""False"">ReadOnlySpan&lt;uint&gt;</type>
<value>
<code>new uint[] {{ 0x00000054, 0x00000065, 0x00000073, 0x00000074, 0x00000000, 0x0000005C, 0x0000000D, 0x0000000A, 0x00000009, 0x00000022, 0x00000000 }}</code>
<code>[0x00000054, 0x00000065, 0x00000073, 0x00000074, 0x00000000, 0x0000005C, 0x0000000D, 0x0000000A, 0x00000009, 0x00000022, 0x00000000]</code>
</value>
</constant>
<field name=""MyConst2"" access=""public"">
<type primitive=""False"">uint[]</type>
<value>
<code>new uint[] {{ 0x00000054, 0x00000065, 0x00000073, 0x00000074, 0x00000000, 0x0000005C, 0x0000000D, 0x0000000A, 0x00000009, 0x00000022, 0x00000000 }}</code>
<code>[0x00000054, 0x00000065, 0x00000073, 0x00000074, 0x00000000, 0x0000005C, 0x0000000D, 0x0000000A, 0x00000009, 0x00000022, 0x00000000]</code>
</value>
</field>
<constant name=""MyConst3"" access=""public"">
<type primitive=""False"">ReadOnlySpan&lt;uint&gt;</type>
<value>
<code>new uint[] {{ 0x00000054, 0x00000065, 0x00000073, 0x00000074, 0x00000000, 0x0000005C, 0x0000000D, 0x0000000A, 0x00000009, 0x00000022, 0x00000000 }}</code>
<code>[0x00000054, 0x00000065, 0x00000073, 0x00000074, 0x00000000, 0x0000005C, 0x0000000D, 0x0000000A, 0x00000009, 0x00000022, 0x00000000]</code>
</value>
</constant>
</class>
Expand Down

0 comments on commit 1adef71

Please sign in to comment.