-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
resolve merging issues. #57
Conversation
maldoca/base/testing/test_utils.h
Outdated
@@ -22,6 +22,7 @@ | |||
#include "maldoca/base/file.h" | |||
#include "maldoca/base/get_runfiles_dir.h" | |||
|
|||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove empty line
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
maldoca/ole/dir_test.cc
Outdated
@@ -69,9 +69,11 @@ TEST(OLEDirectoryEntryTest, BasicTest) { | |||
EXPECT_TRUE(entry.IsInitialized()); | |||
|
|||
// Can't initialize twice. | |||
ASSERT_DEATH(entry.Initialize("foo", DirectoryStorageType::Storage, 1, 2, 3, | |||
ASSERT_DEATH(entry.Initialize("foo", DirectoryStorageType::Storage, 1, 2, 3, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove space
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
@@ -94,8 +96,12 @@ void ValidateParsedProto(absl::string_view file_base, absl::string_view ext, | |||
const ProcessorConfig& config) { | |||
std::string input_file_name = absl::StrCat(file_base, ".", ext); | |||
std::string input; | |||
<<<<<<< HEAD |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
seems there r some merge issues, no?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed.
maldoca/ole/dir_test.cc
Outdated
@@ -72,6 +72,8 @@ TEST(OLEDirectoryEntryTest, BasicTest) { | |||
ASSERT_DEATH(entry.Initialize("foo", DirectoryStorageType::Storage, 1, 2, 3, | |||
4, 5, 6, clsid, 8, 9, 10), | |||
"Check failed: !is_initialized_"); | |||
/*entry.Initialize("foo", DirectoryStorageType::Storage, 1, 2, 3, 4, 5, 6, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can u remove this one?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also clang-format complains
92a0410
to
65a406c
Compare
No description provided.