summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/normal-module-map.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Modules/normal-module-map.cpp')
-rw-r--r--clang/test/Modules/normal-module-map.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Modules/normal-module-map.cpp b/clang/test/Modules/normal-module-map.cpp
index 6509a6d023d..423e808bcab 100644
--- a/clang/test/Modules/normal-module-map.cpp
+++ b/clang/test/Modules/normal-module-map.cpp
@@ -1,7 +1,7 @@
// Note: inside the module. expected-note{{'nested_umbrella_a' declared here}}
// RUN: rm -rf %t
-// RUN: %clang_cc1 -x objective-c -fmodule-cache-path %t -fmodules -I %S/Inputs/normal-module-map %s -verify
+// RUN: %clang_cc1 -x objective-c -fmodules-cache-path=%t -fmodules -I %S/Inputs/normal-module-map %s -verify
#include "Umbrella/umbrella_sub.h"
int getUmbrella() {
OpenPOWER on IntegriCloud