[llvm] r321881 - [llvm-mt] Remove platform-specific path in test

Brian Gesiak via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 5 10:23:22 PST 2018


Author: modocache
Date: Fri Jan  5 10:23:22 2018
New Revision: 321881

URL: http://llvm.org/viewvc/llvm-project?rev=321881&view=rev
Log:
[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`


Modified:
    llvm/trunk/test/tools/llvm-mt/help.test

Modified: llvm/trunk/test/tools/llvm-mt/help.test
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/tools/llvm-mt/help.test?rev=321881&r1=321880&r2=321881&view=diff
==============================================================================
--- llvm/trunk/test/tools/llvm-mt/help.test (original)
+++ llvm/trunk/test/tools/llvm-mt/help.test Fri Jan  5 10:23:22 2018
@@ -6,5 +6,5 @@ RUN: not llvm-mt /foo 2>&1 >/dev/null |
 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'?
 




More information about the llvm-commits mailing list