Skip to content

Commit 2e42b6e

Browse files
authored
[browser][Windows] Assembly reference with Unicode path cannot be resolved on Windows (#111711)
* Enable the test after updating the windows image.
1 parent b135297 commit 2e42b6e

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/mono/wasm/Wasm.Build.Tests/Blazor/DllImportTests.cs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,7 @@ public static TheoryData<Configuration, bool, bool> DllImportTheoryData()
2929
data.Add(Configuration.Debug, /*build*/true, /*publish*/false);
3030
data.Add(Configuration.Release, /*build*/true, /*publish*/false);
3131
data.Add(Configuration.Release, /*build*/false, /*publish*/true);
32-
33-
// ActiveIssue("https://github.com/dotnet/runtime/issues/110482")
34-
if (!s_isWindows)
35-
{
36-
data.Add(Configuration.Release, /*build*/true, /*publish*/true);
37-
}
32+
data.Add(Configuration.Release, /*build*/true, /*publish*/true);
3833
return data;
3934
}
4035

0 commit comments

Comments
 (0)