File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed
tests/SilkTouch/SilkTouch/Khronos Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments