Disable BinaryStreamTest.StreamReaderObject.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@296672 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Zachary Turner 2017-03-01 20:58:28 +00:00
parent 49ddd6627f
commit 6256a696c1

View File

@ -504,7 +504,7 @@ TEST_F(BinaryStreamTest, StreamReaderEnum) {
}
}
TEST_F(BinaryStreamTest, StreamReaderObject) {
TEST_F(BinaryStreamTest, DISABLED_StreamReaderObject) {
struct Foo {
int X;
double Y;