git-svn-id: https://svn.inf.ethz.ch/svn/lecturers/a2/trunk@6964 8c9fc860-2736-0410-a75d-ab315db34111
@@ -449,7 +449,6 @@ TYPE
Strings.Append(temp, ": Import # not found in file #");
MakeMessage(message, temp, module.imports[i], name);
diagnostics.Error(builds.source, pos, Diagnostics.Invalid, message);
- HALT(100);
END;
END CheckImports;