Fix conflict between r174685 and r174645 (rename -fmodule-cache-path <foo> to -fmodul...
authorRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 8 Feb 2013 01:35:44 +0000 (01:35 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 8 Feb 2013 01:35:44 +0000 (01:35 +0000)
llvm-svn: 174690

clang/test/Modules/cxx-many-overloads.cpp

index 84e4140..205a79c 100644 (file)
@@ -1,5 +1,5 @@
 // RUN: rm -rf %t
-// RUN: %clang_cc1 -x objective-c++ -fmodules -fmodule-cache-path %t -I %S/Inputs %s -verify
+// RUN: %clang_cc1 -x objective-c++ -fmodules -fmodules-cache-path=%t -I %S/Inputs %s -verify
 
 // expected-no-diagnostics
 @import cxx_many_overloads;