Allow module deps to be printed in an arbitrary order
authorReid Kleckner <reid@kleckner.net>
Fri, 12 Dec 2014 19:13:04 +0000 (19:13 +0000)
committerReid Kleckner <reid@kleckner.net>
Fri, 12 Dec 2014 19:13:04 +0000 (19:13 +0000)
The order is different between Windows and Unix for reasons unknown, but
the compiler output appears to still be determinstic.

llvm-svn: 224145

clang/test/Modules/dependency-dump.m

index 630af49..e3d8b37 100644 (file)
@@ -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;