aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/compiler/command_line_interface_unittest.cc
diff options
context:
space:
mode:
authorNobuaki Sukegawa <nsukeg@gmail.com>2014-11-30 19:42:51 +0900
committerNobuaki Sukegawa <nsukeg@gmail.com>2014-12-03 23:05:45 +0900
commit8ba0e3576491596f0bc40cc1159641f8910edf2a (patch)
tree2da2afad7ede42d7d4330ea979970b48421400c2 /src/google/protobuf/compiler/command_line_interface_unittest.cc
parent77931993f4fbb6f7e46327934e1f65c2b4f247eb (diff)
downloadprotobuf-8ba0e3576491596f0bc40cc1159641f8910edf2a.tar.gz
protobuf-8ba0e3576491596f0bc40cc1159641f8910edf2a.tar.bz2
protobuf-8ba0e3576491596f0bc40cc1159641f8910edf2a.zip
Make test code runnable with C++11
Preprocessor token right after string literal without whitespace results in parse failure in C++11.
Diffstat (limited to 'src/google/protobuf/compiler/command_line_interface_unittest.cc')
-rw-r--r--src/google/protobuf/compiler/command_line_interface_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/google/protobuf/compiler/command_line_interface_unittest.cc b/src/google/protobuf/compiler/command_line_interface_unittest.cc
index f4606c8d..dbaaa405 100644
--- a/src/google/protobuf/compiler/command_line_interface_unittest.cc
+++ b/src/google/protobuf/compiler/command_line_interface_unittest.cc
@@ -725,7 +725,7 @@ TEST_F(CommandLineInterfaceTest, ColonDelimitedPath) {
#endif
Run("protocol_compiler --test_out=$tmpdir "
- "--proto_path=$tmpdir/a"PATH_SEPARATOR"$tmpdir/b foo.proto");
+ "--proto_path=$tmpdir/a" PATH_SEPARATOR "$tmpdir/b foo.proto");
#undef PATH_SEPARATOR