summaryrefslogtreecommitdiffstats
path: root/test/Modules/cycles.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Modules/cycles.c')
-rw-r--r--test/Modules/cycles.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Modules/cycles.c b/test/Modules/cycles.c
index 5f83092..47728d8 100644
--- a/test/Modules/cycles.c
+++ b/test/Modules/cycles.c
@@ -1,5 +1,5 @@
// RUN: rm -rf %t
-// RUN: %clang_cc1 -fmodules -x objective-c -fmodules-cache-path=%t -F %S/Inputs %s 2>&1 | FileCheck %s
+// RUN: not %clang_cc1 -fmodules -x objective-c -fmodules-cache-path=%t -F %S/Inputs %s 2>&1 | FileCheck %s
// FIXME: When we have a syntax for modules in C, use that.
@import MutuallyRecursive1;
OpenPOWER on IntegriCloud