Removing more files that were added during rebasing
This commit is contained in:
parent
713f2d0008
commit
3f8f6e925d
@ -305,7 +305,7 @@
|
||||
GPBDescriptor *descriptor = [TestOneof2 descriptor];
|
||||
|
||||
// All fields should be listed.
|
||||
XCTAssertEqual(descriptor.fields.count, 21U);
|
||||
XCTAssertEqual(descriptor.fields.count, 17U);
|
||||
|
||||
// There are two oneofs in there.
|
||||
XCTAssertEqual(descriptor.oneofs.count, 2U);
|
||||
@ -330,7 +330,7 @@
|
||||
|
||||
GPBOneofDescriptor *oneofBar = [descriptor oneofWithName:@"bar"];
|
||||
XCTAssertNotNil(oneofBar);
|
||||
XCTAssertEqual(oneofBar.fields.count, 10U);
|
||||
XCTAssertEqual(oneofBar.fields.count, 6U);
|
||||
|
||||
// Pointer comparisons.
|
||||
XCTAssertEqual([oneofBar fieldWithNumber:TestOneof2_FieldNumber_BarString],
|
||||
|
@ -889,7 +889,7 @@ endif
|
||||
no_warning_test.cc:
|
||||
echo "// Generated from Makefile.am" > no_warning_test.cc
|
||||
for FILE in $(nobase_include_HEADERS); do \
|
||||
echo "#include <$${FILE}>" >> no_warning_test.cc; \
|
||||
echo "#include <$${FILE}>" >> no_warning_test.cc; \
|
||||
done
|
||||
echo "int main(int, char**) { return 0; }" >> no_warning_test.cc
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user