From 9b7f6c544ae9546e7ae0c438e36900754edb108d Mon Sep 17 00:00:00 2001 From: "liujisi@google.com" Date: Wed, 8 Dec 2010 03:45:27 +0000 Subject: Fix issues: 223 224 242. --- src/google/protobuf/compiler/command_line_interface_unittest.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/google/protobuf/compiler/command_line_interface_unittest.cc b/src/google/protobuf/compiler/command_line_interface_unittest.cc index 6634b676..d353376b 100644 --- a/src/google/protobuf/compiler/command_line_interface_unittest.cc +++ b/src/google/protobuf/compiler/command_line_interface_unittest.cc @@ -566,7 +566,7 @@ TEST_F(CommandLineInterfaceTest, Insert) { "foo.proto", "Foo"); } -#if defined(_WIN32) || defined(__CYGWIN__) +#if defined(_WIN32) TEST_F(CommandLineInterfaceTest, WindowsOutputPath) { // Test that the output path can be a Windows-style path. -- cgit v1.2.3