summaryrefslogtreecommitdiffstats
path: root/llvm/test/Object/directory.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Object/directory.ll')
-rw-r--r--llvm/test/Object/directory.ll7
1 files changed, 4 insertions, 3 deletions
diff --git a/llvm/test/Object/directory.ll b/llvm/test/Object/directory.ll
index 336d218fd0f..48eefcb6ecb 100644
--- a/llvm/test/Object/directory.ll
+++ b/llvm/test/Object/directory.ll
@@ -1,12 +1,13 @@
+;RUN: rm -f %T/test.a
;RUN: not llvm-ar r %T/test.a . 2>&1 | FileCheck %s
-;CHECK: . Is a directory
+;CHECK: .: Is a directory
;RUN: rm -f %T/test.a
;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 | sort | FileCheck -check-prefix=MEMBERS %s
+;RUN: llvm-ar t %T/test.a | FileCheck -check-prefix=MEMBERS %s
;MEMBERS-NOT: /
-;MEMBERS: a-very-long-file-name
;MEMBERS: directory.ll
+;MEMBERS: a-very-long-file-name
;MEMBERS-NOT: a-very-long-file-name
OpenPOWER on IntegriCloud