Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
flatbuffers
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
flatbuffers
Commits
c9575505
Commit
c9575505
authored
Dec 23, 2019
by
Wouter van Oortmerssen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed test proto output.
Change-Id: Iaf64bec068d03dd1b75670e9a28dde7392ebddb5
parent
44bf7198
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
test.cpp
tests/test.cpp
+0
-2
No files found.
tests/test.cpp
View file @
c9575505
...
...
@@ -1173,8 +1173,6 @@ void ParseProtoTestWithIncludes() {
flatbuffers
::
Parser
parser2
;
TEST_EQ
(
parser2
.
Parse
(
import_fbs
.
c_str
(),
include_directories
,
"imported.fbs"
),
true
);
TEST_EQ
(
parser2
.
Parse
(
fbs
.
c_str
(),
nullptr
),
true
);
//printf("Golden\n%s\n", goldenfile.c_str());
printf
(
"FBS
\n
%s
\n
"
,
fbs
.
c_str
());
TEST_EQ_STR
(
fbs
.
c_str
(),
goldenfile
.
c_str
());
// Parse proto with --oneof-union option.
...
...
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