summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/private1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Modules/private1.cpp')
-rw-r--r--clang/test/Modules/private1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Modules/private1.cpp b/clang/test/Modules/private1.cpp
index e4eec0a515c..811a2333d1d 100644
--- a/clang/test/Modules/private1.cpp
+++ b/clang/test/Modules/private1.cpp
@@ -2,7 +2,7 @@
// RUN: %clang_cc1 -x objective-c -fmodules-cache-path=%t -fmodules -I %S/Inputs/private0 -I %S/Inputs/private1 -I %S/Inputs/private2 %s -verify
#include "common.h"
-@import libPrivate1;
+@import libPrivateN2;
#include "private1.h" // expected-error {{use of private header from outside its module}}
#include "public2.h"
#include "private2.h" // expected-error {{use of private header from outside its module}}
OpenPOWER on IntegriCloud