Skip to content
Commit e4ddaa1b 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: 197113
parent daaae418
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