[Commonizer] Fix integration tests: serialize only own module contents
This commit is contained in:
@@ -190,7 +190,9 @@ internal class MockModulesProvider private constructor(
|
|||||||
languageVersionSettings = LanguageVersionSettingsImpl.DEFAULT,
|
languageVersionSettings = LanguageVersionSettingsImpl.DEFAULT,
|
||||||
metadataVersion = KlibMetadataVersion.INSTANCE,
|
metadataVersion = KlibMetadataVersion.INSTANCE,
|
||||||
skipExpects = false,
|
skipExpects = false,
|
||||||
project = null
|
project = null,
|
||||||
|
includeOnlyModuleContent = true,
|
||||||
|
allowErrorTypes = false
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user