Files
swift-mirror/test/Serialization/Inputs/depends_on_new_module.swift
Jordan Rose 0e4f6c6a12 [serialization] Record dependencies on other modules.
When loading a module, we now try to load its dependencies as well.
If one of those dependencies can't be loaded, we emit an error message.

Swift SVN r5796
2013-06-25 00:47:48 +00:00

3 lines
44 B
Swift

import new_module
import another_new_module