Another fix of course.

pull/13171/head
Joshua Haberman 6 years ago
parent 717db51700
commit d94c2d3c74
  1. 5
      BUILD

@ -271,7 +271,10 @@ upb_proto_reflection_library(
cc_test(
name = "test_decoder",
srcs = ["tests/pb/test_decoder.cc"],
srcs = [
"tests/pb/test_decoder.cc",
"upb/pb/varint.int.h",
],
copts = CPPOPTS,
deps = [
":handlers",

Loading…
Cancel
Save