[PECOFF] Rename basic.test -> trivial.test.

Because the test does not actually cover basic features.

llvm-svn: 183870
This commit is contained in:
Rui Ueyama 2013-06-12 22:19:05 +00:00
parent e3b28bc363
commit 2e3c4025ae
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
# Checks functionality of PECOFF writer. "nop.obj" is an object that has only
# text section. Other data, including data sections, relocations, symbol
# tables are not present in nop.obj.
#
# RUN: lld -flavor link -out %t1 -subsystem console,3.11 -- %p/Inputs/nop.obj \
# RUN: && llvm-readobj -file-headers %t1 | FileCheck -check-prefix=FILE %s