aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/compiler/command_line_interface_unittest.cc
diff options
context:
space:
mode:
authorkenton@google.com <kenton@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2010-04-05 21:45:45 +0000
committerkenton@google.com <kenton@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2010-04-05 21:45:45 +0000
commit6793c1af264cf3a85bfa74006baf291f2f9be16e (patch)
tree27434786b811949c82a473e87cbac34e5520c956 /src/google/protobuf/compiler/command_line_interface_unittest.cc
parenteeb8fd7dc845693fdb4e61a6031c658f8592e05e (diff)
downloadprotobuf-6793c1af264cf3a85bfa74006baf291f2f9be16e.tar.gz
protobuf-6793c1af264cf3a85bfa74006baf291f2f9be16e.tar.bz2
protobuf-6793c1af264cf3a85bfa74006baf291f2f9be16e.zip
Use full paths when writing MSVS-style errors. Patch from Oleg Smolsky.
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 9129ebf0..bdf37ad1 100644
--- a/src/google/protobuf/compiler/command_line_interface_unittest.cc
+++ b/src/google/protobuf/compiler/command_line_interface_unittest.cc
@@ -1153,7 +1153,7 @@ TEST_F(CommandLineInterfaceTest, MsvsFormatErrors) {
"--proto_path=$tmpdir --error_format=msvs foo.proto");
ExpectErrorText(
- "foo.proto(2) : error in column=1: Expected top-level statement "
+ "$tmpdir/foo.proto(2) : error in column=1: Expected top-level statement "
"(e.g. \"message\").\n");
}