summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/on-demand-build.m
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Modules/on-demand-build.m')
-rw-r--r--clang/test/Modules/on-demand-build.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Modules/on-demand-build.m b/clang/test/Modules/on-demand-build.m
index 2c6a759b437..7843014453b 100644
--- a/clang/test/Modules/on-demand-build.m
+++ b/clang/test/Modules/on-demand-build.m
@@ -16,7 +16,7 @@ void test_getModuleVersion() {
OtherClass *other = [Module alloc]; // expected-error{{init}}
}
-#ifdef MODULE_H
-# error MODULE_H should not be hidden
+#ifdef MODULE_SUBFRAMEWORK_H
+# error MODULE_SUBFRAMEWORK_H should be hidden
#endif
OpenPOWER on IntegriCloud