Commit 51a5b37f authored by Alex Birch's avatar Alex Birch Committed by Matheus Marchini

Jenkins, please write a test for me

parent ecf94abc
...@@ -59,6 +59,9 @@ declare void @llvm.lifetime.end.p0i8(i64, i8* nocapture) #1 ...@@ -59,6 +59,9 @@ declare void @llvm.lifetime.end.p0i8(i64, i8* nocapture) #1
attributes #0 = { nounwind } attributes #0 = { nounwind }
attributes #1 = { argmemonly nounwind } attributes #1 = { argmemonly nounwind }
)EXPECTED"); )EXPECTED");
#else
R"EXPECTED(
)EXPECTED");
#endif #endif
} }
......
...@@ -49,6 +49,9 @@ declare void @llvm.lifetime.end.p0i8(i64, i8* nocapture) #1 ...@@ -49,6 +49,9 @@ declare void @llvm.lifetime.end.p0i8(i64, i8* nocapture) #1
attributes #0 = { nounwind } attributes #0 = { nounwind }
attributes #1 = { argmemonly nounwind } attributes #1 = { argmemonly nounwind }
)EXPECTED"); )EXPECTED");
#else
R"EXPECTED(
)EXPECTED");
#endif #endif
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment