From 1aa62f8071939f1a2b3640e00378cd86b8599b9c Mon Sep 17 00:00:00 2001 From: Ilya Ryzhenkov Date: Mon, 14 Jul 2014 19:34:28 +0400 Subject: Classpath support and custom module name from commandline --- test/src/TestAPI.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/src/TestAPI.kt b/test/src/TestAPI.kt index 5ecdf1fb..0c80d2c9 100644 --- a/test/src/TestAPI.kt +++ b/test/src/TestAPI.kt @@ -32,7 +32,7 @@ public fun verifyModel(vararg files: String, verifier: (DocumentationModule) -> context.getPackageFragment(file)!!.fqName }.toSet() - context.createDocumentationModule(module, packageSet) + context.createDocumentationModule("test", module, packageSet) } verifier(documentation) Disposer.dispose(environment) -- cgit