summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/Archive/directory.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Archive/directory.ll b/test/Archive/directory.ll
index 2975345226..336d218fd0 100644
--- a/test/Archive/directory.ll
+++ b/test/Archive/directory.ll
@@ -5,7 +5,7 @@
;RUN: touch %T/a-very-long-file-name
;RUN: llvm-ar r %T/test.a %s %T/a-very-long-file-name
;RUN: llvm-ar r %T/test.a %T/a-very-long-file-name
-;RUN: llvm-ar t %T/test.a | FileCheck -check-prefix=MEMBERS %s
+;RUN: llvm-ar t %T/test.a | sort | FileCheck -check-prefix=MEMBERS %s
;MEMBERS-NOT: /
;MEMBERS: a-very-long-file-name
;MEMBERS: directory.ll