mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
This included a test that failed on case-sensitive filesystems. Test fixed. (Aside: Why not just have this fail with "no such module"? Why use a different error? Because even if "import FOO" picks up a module named 'Foo', there may actually be a module named 'FOO' on the system (in another folder), and we should be able to find that. Fixing that is tracked by rdar://problem/18691936.) rdar://problem/15632996 (again) Swift SVN r22856
36 KiB
36 KiB