diff options
| author | Brian Gesiak <modocache@gmail.com> | 2018-01-05 18:23:22 +0000 |
|---|---|---|
| committer | Brian Gesiak <modocache@gmail.com> | 2018-01-05 18:23:22 +0000 |
| commit | 0000060274aec30c7dda9ba4d8752a7cf83f778a (patch) | |
| tree | beea1e0c4ce5fe8d0b3cc78b7c6a181715b57d25 /llvm/test/tools/llvm-mt | |
| parent | de6a487d7027c8f0d9df74b806a3bc777b4f6f77 (diff) | |
| download | bcm5719-llvm-0000060274aec30c7dda9ba4d8752a7cf83f778a.tar.gz bcm5719-llvm-0000060274aec30c7dda9ba4d8752a7cf83f778a.zip | |
[llvm-mt] Remove platform-specific path in test
Summary:
Remove a platform-specific path separator added to the llvm-mt help text test
in https://reviews.llvm.org/D41732.
Test Plan: `check-llvm`
llvm-svn: 321881
Diffstat (limited to 'llvm/test/tools/llvm-mt')
| -rw-r--r-- | llvm/test/tools/llvm-mt/help.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/tools/llvm-mt/help.test b/llvm/test/tools/llvm-mt/help.test index c8d5ce1ee54..e13066d2a0f 100644 --- a/llvm/test/tools/llvm-mt/help.test +++ b/llvm/test/tools/llvm-mt/help.test @@ -6,5 +6,5 @@ RUN: not llvm-mt /foo 2>&1 >/dev/null | FileCheck %s -check-prefix=INVALID INVALID: llvm-mt error: invalid option '/foo' RUN: not llvm-mt /oyt:%t 2>&1 | FileCheck %s -check-prefix=INVALID-BUT-CLOSE -INVALID-BUT-CLOSE: llvm-mt error: invalid option '/oyt:{{.*}}/help.test.tmp', did you mean '/out:{{.*}}/help.test.tmp'? +INVALID-BUT-CLOSE: llvm-mt error: invalid option '/oyt:{{.*}}help.test.tmp', did you mean '/out:{{.*}}help.test.tmp'? |

