Skip to content

Commit

Permalink
revise gflags portability namespaces
Browse files Browse the repository at this point in the history
Summary: Let `folly::gflags` be an alias to the true gflags namespace if gflags is available.

Reviewed By: Gownta

Differential Revision: D65899780

fbshipit-source-id: 7e050d5268f484f92b58d179005c4ce79f3cee52
  • Loading branch information
yfeldblum authored and facebook-github-bot committed Nov 25, 2024
1 parent a847e34 commit 27fed29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openr/kvstore/tests/DualTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1020,7 +1020,7 @@ int
main(int argc, char* argv[]) {
// Parse command line flags
testing::InitGoogleTest(&argc, argv);
gflags::ParseCommandLineFlags(&argc, &argv, true);
folly::gflags::ParseCommandLineFlags(&argc, &argv, true);
google::InitGoogleLogging(argv[0]);
google::InstallFailureSignalHandler();
FLAGS_logtostderr = true;
Expand Down

0 comments on commit 27fed29

Please sign in to comment.