forked from OSchip/llvm-project
test: Just check the VFS when testing module-dependency-dump
Checking the filesystem seems to be a bit unreliable. Limit the tests to the VFS map for now. llvm-svn: 211310
This commit is contained in:
parent
37700dc057
commit
2960d47665
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue