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;
 }