Skip to content

Commit 25484bf

Browse files
committed
Fix a few compile errors
1 parent 990f560 commit 25484bf

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

tests/SilkTouch/SilkTouch/Khronos/MixKhronosDataTests.cs

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -309,12 +309,7 @@ public void OverzealousNameTrimming()
309309
{
310310
["OpenGL"] = new MixKhronosData.JobData
311311
{
312-
Configuration = new MixKhronosData.Configuration
313-
{
314-
UseExtensionVendorTrimmings = MixKhronosData
315-
.ExtensionVendorTrimmingMode
316-
.None,
317-
},
312+
Configuration = new MixKhronosData.Configuration(),
318313
Vendors = ["NV"],
319314
Groups =
320315
{
@@ -362,12 +357,7 @@ public void OverzealousNameTrimmingFixupIsNotOverzealousForOpenAL()
362357
{
363358
["OpenAL"] = new MixKhronosData.JobData
364359
{
365-
Configuration = new MixKhronosData.Configuration
366-
{
367-
UseExtensionVendorTrimmings = MixKhronosData
368-
.ExtensionVendorTrimmingMode
369-
.None,
370-
},
360+
Configuration = new MixKhronosData.Configuration(),
371361
Vendors = ["SOFT"],
372362
Groups =
373363
{

0 commit comments

Comments
 (0)