Skip to content
This repository has been archived by the owner on Apr 23, 2020. It is now read-only.

Commit

Permalink
Rename a test file.
Browse files Browse the repository at this point in the history
A test for option /foo is usually named foo.test, but this test
file is not for the /order option, so rename it to avoid confusion.

git-svn-id: https://llvm.org/svn/llvm-project/lld/trunk@323488 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
rui314 committed Jan 26, 2018
1 parent 60fdebe commit 49e62e6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/COFF/order.test → test/COFF/section-order.test
Expand Up @@ -8,8 +8,8 @@
# RUN: %t1.obj %t2.lib %t3.obj %t3.lib /verbose >& %t.log
# RUN: FileCheck %s < %t.log

CHECK: order.test.tmp1.obj
CHECK: order.test.tmp2.lib
CHECK: order.test.tmp3.obj
CHECK: order.test.tmp3.lib
CHECK: order.test.tmp2.lib(order.test.tmp2.obj) for foo
CHECK: section-order.test.tmp1.obj
CHECK: section-order.test.tmp2.lib
CHECK: section-order.test.tmp3.obj
CHECK: section-order.test.tmp3.lib
CHECK: section-order.test.tmp2.lib(section-order.test.tmp2.obj) for foo

0 comments on commit 49e62e6

Please sign in to comment.