[PATCH] Test: Make inferred-framework-case work on case-insensitive FS.

Stephane Sezer sas at fb.com
Tue Jan 20 18:02:19 PST 2015


Hi compnerd,

This test fails when run from linux on an NFS share exported by Mac OS.

http://reviews.llvm.org/D7078

Files:
  test/Modules/inferred-framework-case.m

Index: test/Modules/inferred-framework-case.m
===================================================================
--- test/Modules/inferred-framework-case.m
+++ test/Modules/inferred-framework-case.m
@@ -3,5 +3,5 @@
 // FIXME: PR20299 - getCanonicalName() is not implemented on Windows.
 // REQUIRES: shell
 
- at import MOdule; // expected-error{{module 'MOdule' not found}}
+ at import Mudule; // expected-error{{module 'Mudule' not found}}
 @import Module;

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D7078.18474.patch
Type: text/x-patch
Size: 454 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150121/db50171f/attachment.bin>


More information about the cfe-commits mailing list