diff options
author | Kevin Qin <Kevin.Qin@arm.com> | 2013-12-12 02:19:13 +0000 |
---|---|---|
committer | Kevin Qin <Kevin.Qin@arm.com> | 2013-12-12 02:19:13 +0000 |
commit | e4ddaa1bd56704a5ec7d5c0ef441f428aba03b3a (patch) | |
tree | 722a98b9fe43b81afc7c299b350b93551ba51068 /llvm/lib/Support/Regex.cpp | |
parent | daaae418d886a44fc54c0dec8f9e18a7f04cc544 (diff) | |
download | llvm-e4ddaa1bd56704a5ec7d5c0ef441f428aba03b3a.zip llvm-e4ddaa1bd56704a5ec7d5c0ef441f428aba03b3a.tar.gz llvm-e4ddaa1bd56704a5ec7d5c0ef441f428aba03b3a.tar.bz2 |
Fix Incorrect CHECK message [0-31]+ in test case.
In regular expression, [0-31]+ equals to [0-3]+, not the number from
0 to 31. So change it to [0-9]+.
llvm-svn: 197113
Diffstat (limited to 'llvm/lib/Support/Regex.cpp')
0 files changed, 0 insertions, 0 deletions