forked from OSchip/llvm-project
Speculatively fix this C DR test
There is a failing bot: http://45.33.8.238/macm1/40002/step_7.txt It looks to be failing because of a regex and how it handles whitespace, so modifying the CHECK line slightly to account for that.
This commit is contained in:
parent
984f5f3f62
commit
2346d19a26
|
@ -26,7 +26,7 @@ goto_target:
|
|||
* first pass through.
|
||||
*/
|
||||
/* Get us to the right function.
|
||||
CHECK-LABEL: define {{.*}} void @dr268() {{.*}} {
|
||||
CHECK-LABEL: define{{.*}} void @dr268() {{.*}} {
|
||||
|
||||
First is the initialization and goto.
|
||||
CHECK: store i32 5
|
||||
|
|
Loading…
Reference in New Issue