Skip to content

Commit

Permalink
Restructuring asset bundling and flags
Browse files Browse the repository at this point in the history
  • Loading branch information
Markzipan committed Dec 4, 2023
1 parent 188a5ae commit c055748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_common/lib/test_sdk_configuration.dart
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class TestSdkConfigurationProvider extends SdkConfigurationProvider {
this.ddcModuleSystem = false,
}) : _verbose = verbose {
_sdkDirectory = Directory.systemTemp.createTempSync('sdk copy');
sdkLayout = this.ddcModuleSystem
sdkLayout = ddcModuleSystem
? TestSdkLayout.createDdcDefault(_sdkDirectory.path)
: TestSdkLayout.createDefault(_sdkDirectory.path);
}
Expand Down

0 comments on commit c055748

Please sign in to comment.