summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clang/test/Modules/dependency-dump-dependent-module.m11
-rw-r--r--clang/test/Modules/dependency-dump.m10
2 files changed, 0 insertions, 21 deletions
diff --git a/clang/test/Modules/dependency-dump-dependent-module.m b/clang/test/Modules/dependency-dump-dependent-module.m
index 5308f7efba3..2f75dd6be7f 100644
--- a/clang/test/Modules/dependency-dump-dependent-module.m
+++ b/clang/test/Modules/dependency-dump-dependent-module.m
@@ -13,15 +13,4 @@
// VFS: 'name': "Sub.h"
// VFS: 'name': "Sub2.h"
-// TODO: We need shell to use find here. Is there a simpler way?
-// REQUIRES: shell
-
-// RUN: find %t/vfs -type f | FileCheck %s -check-prefix=DUMP
-// DUMP: AlsoDependsOnModule.framework/Headers/AlsoDependsOnModule.h
-// DUMP: Module.framework/Frameworks/SubFramework.framework/Headers/SubFramework.h
-// DUMP: Module.framework/Headers/Buried/Treasure.h
-// DUMP: Module.framework/Headers/Module.h
-// DUMP: Module.framework/Headers/Sub.h
-// DUMP: Module.framework/Headers/Sub2.h
-
@import AlsoDependsOnModule;
diff --git a/clang/test/Modules/dependency-dump.m b/clang/test/Modules/dependency-dump.m
index 58d6c1572da..630af4950c1 100644
--- a/clang/test/Modules/dependency-dump.m
+++ b/clang/test/Modules/dependency-dump.m
@@ -12,14 +12,4 @@
// VFS: 'name': "Sub.h"
// VFS: 'name': "Sub2.h"
-// TODO: We need shell to use find here. Is there a simpler way?
-// REQUIRES: shell
-
-// RUN: find %t/vfs -type f | FileCheck %s -check-prefix=DUMP
-// DUMP: Module.framework/Frameworks/SubFramework.framework/Headers/SubFramework.h
-// DUMP: Module.framework/Headers/Buried/Treasure.h
-// DUMP: Module.framework/Headers/Module.h
-// DUMP: Module.framework/Headers/Sub.h
-// DUMP: Module.framework/Headers/Sub2.h
-
@import Module;
OpenPOWER on IntegriCloud