commit | 64857209fbd7bbb2d6ee241e3c783995739cc474 | [log] [tgz] |
---|---|---|
author | Daniel Dunbar <daniel@zuster.org> | Tue Oct 27 17:49:07 2009 +0000 |
committer | Daniel Dunbar <daniel@zuster.org> | Tue Oct 27 17:49:07 2009 +0000 |
tree | fb88cf22ede553da7bd076855e9696fa92a3f827 | |
parent | 247687360f989aaadd913add90ab7e7a5a22fdc1 [diff] [blame] |
Fix tests broken by removal of de-anonyomizing structs. llvm-svn: 85261
diff --git a/compiler-rt/test/Unit/parityti2_test.c b/compiler-rt/test/Unit/parityti2_test.c index 7f0a946..6fe1cf6 100644 --- a/compiler-rt/test/Unit/parityti2_test.c +++ b/compiler-rt/test/Unit/parityti2_test.c
@@ -38,7 +38,7 @@ twords at; at.all = a; printf("error in __parityti2(0x%.16llX%.16llX) = %d, expected %d\n", - at.high, at.low, x, expected); + at.s.high, at.s.low, x, expected); } return x != expected; }