Commit b0b6fc97 authored by Orvid King's avatar Orvid King Committed by Facebook Github Bot

Remove C++11 guard because I want to run the test on Windows

Summary: As-per title.

Reviewed By: yfeldblum

Differential Revision: D12908262

fbshipit-source-id: 6a9723add4f19b262b7dae9e105f9967041e31e2
parent c7188236
...@@ -604,7 +604,6 @@ TEST(SocketAddress, Unix) { ...@@ -604,7 +604,6 @@ TEST(SocketAddress, Unix) {
EXPECT_EQ(copy, addr); EXPECT_EQ(copy, addr);
} }
#if __GXX_EXPERIMENTAL_CXX0X__
{ {
SocketAddress copy; SocketAddress copy;
{ {
...@@ -636,7 +635,6 @@ TEST(SocketAddress, Unix) { ...@@ -636,7 +635,6 @@ TEST(SocketAddress, Unix) {
EXPECT_EQ(other, addr); EXPECT_EQ(other, addr);
EXPECT_EQ(other.getPath(), addr.getPath()); EXPECT_EQ(other.getPath(), addr.getPath());
} }
#endif
} }
TEST(SocketAddress, AnonymousUnix) { TEST(SocketAddress, AnonymousUnix) {
......
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