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

Saleem Abdulrasool compnerd at compnerd.org
Thu Jan 22 15:48:44 PST 2015


================
Comment at: test/Modules/inferred-framework-case.m:6
@@ -5,3 +5,3 @@
 
- at import MOdule; // expected-error{{module 'MOdule' not found}}
+ at import Mudule; // expected-error{{module 'Mudule' not found}}
 @import Module;
----------------
Might be nicer to make it more explicit that this shouldn't be present, but this works just as well.

http://reviews.llvm.org/D7078

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the cfe-commits mailing list