Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
RocketChatMobileEngine
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
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
GitLab will be upgraded today, MAR 14th, 2024, at 18:00 PM. Please accept a brief downtime.
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
hosting
chat
RocketChatMobileEngine
Merge requests
!42
Citests
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Citests
citests
into
master
Overview
0
Commits
45
Pipelines
16
Changes
1
Closed
Armin Felder
requested to merge
citests
into
master
6 years ago
Overview
0
Commits
45
Pipelines
16
Changes
1
Expand
0
0
Merge request reports
Viewing commit
2f26de32
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
2f26de32
Update main.cpp
· 2f26de32
Armin Felder
authored
6 years ago
tests/main.cpp
+
1
−
1
Options
@@ -5,7 +5,7 @@
int
main
(
int
argc
,
char
**
argv
)
{
Q
Gui
Application
app
(
argc
,
argv
);
Q
Core
Application
app
(
argc
,
argv
);
TestUtils
utils
;
ApiCompatTests
api
;
Loading