~ubuntu-branches/debian/stretch/protobuf/stretch

« back to all changes in this revision

Viewing changes to src/google/protobuf/io/printer_unittest.cc

  • Committer: Package Import Robot
  • Author(s): Robert S. Edmonds
  • Date: 2014-09-11 22:50:10 UTC
  • mfrom: (10.1.9 experimental)
  • Revision ID: package-import@ubuntu.com-20140911225010-wt4yo9dpc1fzuq5g
Tags: 2.6.0-3
Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
231
231
  EXPECT_DEBUG_DEATH(printer.Print("$unclosed"), "Unclosed variable name");
232
232
  EXPECT_DEBUG_DEATH(printer.Outdent(), "without matching Indent");
233
233
}
234
 
#endif  // PROTOBUF__HAS_DEATH_TEST
 
234
#endif  // PROTOBUF_HAS_DEATH_TEST
235
235
 
236
236
TEST(Printer, WriteFailurePartial) {
237
237
  char buffer[17];