Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
stack
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
algorithmique
lib_2021_malaspinas
stack
Merge requests
!14
Resolve "Add unit testing library"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Add unit testing library"
14-add-unit-testing-library
into
main
Overview
0
Commits
2
Pipelines
0
Changes
1
Merged
jules.stahli
requested to merge
14-add-unit-testing-library
into
main
3 years ago
Overview
0
Commits
2
Pipelines
0
Changes
1
Expand
Closes
#14 (closed)
Edited
3 years ago
by
jules.stahli
0
0
Merge request reports
Viewing commit
d9bf9cc4
Prev
Next
Show latest version
1 file
+
0
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
d9bf9cc4
#14
Remove useless empty line
· d9bf9cc4
Jules Stähli
authored
3 years ago
stack_test.c
+
0
−
1
Options
@@ -24,5 +24,4 @@ int main () {
MU_RUN_SUITE
(
stack_test_suite
);
MU_REPORT
();
return
MU_EXIT_CODE
;
}
\ No newline at end of file
Loading