From: Reid Kleckner Date: Fri, 12 Dec 2014 19:13:04 +0000 (+0000) Subject: Allow module deps to be printed in an arbitrary order X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2656b70db3192cca3191c654ef5195bf74cd6967;p=clang Allow module deps to be printed in an arbitrary order The order is different between Windows and Unix for reasons unknown, but the compiler output appears to still be determinstic. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@224145 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Modules/dependency-dump.m b/test/Modules/dependency-dump.m index 630af4950c..e3d8b37964 100644 --- a/test/Modules/dependency-dump.m +++ b/test/Modules/dependency-dump.m @@ -6,10 +6,10 @@ // expected-no-diagnostics // RUN: FileCheck %s -check-prefix=VFS -input-file %t/vfs/vfs.yaml -// VFS: 'name': "SubFramework.h" -// VFS: 'name': "Treasure.h" -// VFS: 'name': "Module.h" -// VFS: 'name': "Sub.h" -// VFS: 'name': "Sub2.h" +// VFS-DAG: 'name': "SubFramework.h" +// VFS-DAG: 'name': "Treasure.h" +// VFS-DAG: 'name': "Module.h" +// VFS-DAG: 'name': "Sub.h" +// VFS-DAG: 'name': "Sub2.h" @import Module;