Skip unittests in imported modules

This commit is contained in:
Alexey Prokhin
2011-04-30 15:30:57 +04:00
parent 7070239e7d
commit 6bc2431b6b
7 changed files with 12 additions and 1 deletions

View File

@@ -156,6 +156,7 @@ Module::Module(char *filename, Identifier *ident, int doDocComment, int doHdrGen
moduleInfoType = new llvm::PATypeHolder(llvm::OpaqueType::get(llvm::getGlobalContext()));
this->doDocComment = doDocComment;
this->doHdrGen = doHdrGen;
this->isRoot = false;
#endif
}