Skip to content

Commit

Permalink
[test] Squash warnings in r30462.
Browse files Browse the repository at this point in the history
No functionality change.

Swift SVN r30479
  • Loading branch information
jrose-apple committed Jul 22, 2015
1 parent 963c442 commit a1cd5b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unittests/runtime/Metadata.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@ TEST(MetadataTest, installCommonValueWitnesses_pod_indirect) {
struct {
ValueBuffer buffer;
uintptr_t canary;
} buf1{{}, {0x5A5A5A5AU}}, buf2{{}, {0xA5A5A5A5U}};
} buf1{{}, 0x5A5A5A5AU}, buf2{{}, 0xA5A5A5A5U};
testTable.allocateBuffer(&buf1.buffer, &testMetadata);
testTable.initializeBufferWithTakeOfBuffer(&buf2.buffer, &buf1.buffer,
&testMetadata);
Expand Down

0 comments on commit a1cd5b5

Please sign in to comment.