diff options
Diffstat (limited to 'lld/test/Driver/flavor-option.test')
-rw-r--r-- | lld/test/Driver/flavor-option.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/Driver/flavor-option.test b/lld/test/Driver/flavor-option.test index 2ca3b410cbe..2471bc09519 100644 --- a/lld/test/Driver/flavor-option.test +++ b/lld/test/Driver/flavor-option.test @@ -2,7 +2,7 @@ # argument in the command line (bug 20975); # b) UniversalDriver correctly removes -flavor along with its value and the # underlying linker does not get a corrupted command line (bug 20977). -RUN: lld --help -flavor gnu | FileCheck %s +RUN: lld --help -flavor old-gnu | FileCheck %s CHECK: --noinhibit-exec CHECK: --output-filetype |