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:
Justin Bogner 2014-06-19 20:18:00 +00:00
parent 37700dc057
commit 2960d47665
2 changed files with 0 additions and 21 deletions

View File

@ -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;

View File

@ -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;