if (SHOW_DEBUGGING_OUTPUT) {
System.out.println("Module with efficient instance implementations:");
System.out.println(efficientImplModuleDefn);
}
workspaceManager.makeModule(new SourceModelModuleSource(efficientImplModuleDefn), logger);
if (logger.getNErrors() > 0) {
Assert.fail("Compilation of efficient instance implementations failed: " + logger.getCompilerMessages());
}
CALServicesTestUtilities.runNamedFunction(QualifiedName.make(moduleName, "testAllEfficient"), privateCopyLeccServices);