Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bpftrace
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
bpftrace
Commits
51a5b37f
Commit
51a5b37f
authored
Jan 02, 2019
by
Alex Birch
Committed by
Matheus Marchini
Jan 02, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Jenkins, please write a test for me
parent
ecf94abc
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
tests/codegen/call_str_2_expr.cpp
tests/codegen/call_str_2_expr.cpp
+3
-0
tests/codegen/call_str_2_lit.cpp
tests/codegen/call_str_2_lit.cpp
+3
-0
No files found.
tests/codegen/call_str_2_expr.cpp
View file @
51a5b37f
...
...
@@ -59,6 +59,9 @@ declare void @llvm.lifetime.end.p0i8(i64, i8* nocapture) #1
attributes #0 = { nounwind }
attributes #1 = { argmemonly nounwind }
)EXPECTED"
);
#else
R"EXPECTED(
)EXPECTED"
);
#endif
}
...
...
tests/codegen/call_str_2_lit.cpp
View file @
51a5b37f
...
...
@@ -49,6 +49,9 @@ declare void @llvm.lifetime.end.p0i8(i64, i8* nocapture) #1
attributes #0 = { nounwind }
attributes #1 = { argmemonly nounwind }
)EXPECTED"
);
#else
R"EXPECTED(
)EXPECTED"
);
#endif
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment