diff options
Diffstat (limited to 'llvm/test/Object')
-rw-r--r-- | llvm/test/Object/archive-long-index.donttest (renamed from llvm/test/Object/archive-long-index.test) | 2 | ||||
-rw-r--r-- | llvm/test/Object/simple-archive.donttest (renamed from llvm/test/Object/simple-archive.test) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Object/archive-long-index.test b/llvm/test/Object/archive-long-index.donttest index d0fb19cd8de..bd530edbf41 100644 --- a/llvm/test/Object/archive-long-index.test +++ b/llvm/test/Object/archive-long-index.donttest @@ -1,5 +1,5 @@ # -# Check if the index is appearing properly in the output file +# Check if the index is appearing properly in the output file # RUN: llvm-nm -s %p/Inputs/liblong_filenames.a | FileCheck -check-prefix=CHECKIDX %s diff --git a/llvm/test/Object/simple-archive.test b/llvm/test/Object/simple-archive.donttest index c313f3facd9..3e6760ed97a 100644 --- a/llvm/test/Object/simple-archive.test +++ b/llvm/test/Object/simple-archive.donttest @@ -1,5 +1,5 @@ # -# Check if the index is appearing properly in the output file +# Check if the index is appearing properly in the output file # RUN: llvm-nm -s %p/Inputs/libsimple_archive.a | FileCheck -check-prefix=CHECKIDX %s |