Fix the comparison of language names to accept any characters by using
authorReid Spencer <rspencer@reidspencer.com>
Sun, 22 Apr 2007 14:14:11 +0000 (14:14 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sun, 22 Apr 2007 14:14:11 +0000 (14:14 +0000)
commit3dc662c5dbd60d49b6b680816cd3a5556a8544e3
tree13cfa0d1206511902ae2964a75570402d2d88d7b
parent8dadf6b13a7cdd5b5b30c3b7af310c9756e4c68e
Fix the comparison of language names to accept any characters by using
"string first" instead of "regexp match". This helps C++ tests get executed.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36339 91177308-0d34-0410-b5e6-96231b3b80d8
test/lib/llvm.exp