Commit 9bd1bfa7 authored by Christopher Dykes's avatar Christopher Dykes Committed by Facebook Github Bot

Use the GTest portability header in shell_test

Summary: It was including gtest directly, making MSVC unhappy.

Reviewed By: yfeldblum

Differential Revision: D4208744

fbshipit-source-id: 7100058f3c9fde38744888c99e927c610f11d013
parent bf44ef99
......@@ -15,9 +15,9 @@
*/
#include <glog/logging.h>
#include <gtest/gtest.h>
#include <folly/Shell.h>
#include <folly/portability/GTest.h>
using namespace folly;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment