From: Douglas Gregor Date: Tue, 6 Dec 2011 20:51:42 +0000 (+0000) Subject: Rename Objective-C-only tests to .m X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e487f422cf93cdeb45ef09170b1b5f2493649d4a;p=clang Rename Objective-C-only tests to .m git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@145959 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Modules/auto-module-import.c b/test/Modules/auto-module-import.m similarity index 92% rename from test/Modules/auto-module-import.c rename to test/Modules/auto-module-import.m index 373c0411bd..52bbcec173 100644 --- a/test/Modules/auto-module-import.c +++ b/test/Modules/auto-module-import.m @@ -1,6 +1,6 @@ // RUN: rm -rf %t -// RUN: %clang_cc1 -x objective-c -Wauto-import -fmodule-cache-path %t -fauto-module-import -F %S/Inputs %s -verify +// RUN: %clang_cc1 -Wauto-import -fmodule-cache-path %t -fauto-module-import -F %S/Inputs %s -verify #include // expected-warning{{treating #include as an import of module 'DependsOnModule'}} diff --git a/test/Modules/inferred-submodules.c b/test/Modules/inferred-submodules.m similarity index 100% rename from test/Modules/inferred-submodules.c rename to test/Modules/inferred-submodules.m