Skip to content
Commit daaae418 authored by Kevin Qin's avatar Kevin Qin
Browse files

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: 197112
parent 69a458f6
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment