diff options
Diffstat (limited to 'test/COFF/linkenv.test')
-rw-r--r-- | test/COFF/linkenv.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/COFF/linkenv.test b/test/COFF/linkenv.test index 5dfb875a7daf0..6033094d6dbe9 100644 --- a/test/COFF/linkenv.test +++ b/test/COFF/linkenv.test @@ -1,4 +1,4 @@ -# RUN: env LINK=-help lld-link > %t.log -# RUN: FileCheck %s < %t.log +# RUN: env LINK=-help lld-link | FileCheck %s +# RUN: env _LINK_=-help lld-link | FileCheck %s CHECK: OVERVIEW: LLVM Linker |