Skip to content

Commit 087ee5d

Browse files
authored
fix typo (#92893)
1 parent 5c80556 commit 087ee5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/nativeaot/SmokeTests/StackTraceMetadata/StackTraceMetadata.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<InvariantGlobalization>true</InvariantGlobalization>
77
<CLRTestTargetUnsupported Condition="'$(IlcMultiModule)' == 'true'">true</CLRTestTargetUnsupported>
88
<!-- Tracking issue: https://github.com/dotnet/runtime/issues/90460 -->
9-
<CLRTestTargetUnsupported Condition="'$(TargetOS)' == 'tvos' and '$(TargetArch)' == 'arm64'">true</CLRTestTargetUnsupported>
9+
<CLRTestTargetUnsupported Condition="'$(TargetOS)' == 'tvos' and '$(TargetArchitecture)' == 'arm64'">true</CLRTestTargetUnsupported>
1010
</PropertyGroup>
1111
<ItemGroup>
1212
<Compile Include="StackTraceMetadata.cs" />

0 commit comments

Comments
 (0)