Index: tests/link-once/main.cfa
===================================================================
--- tests/link-once/main.cfa	(revision c21f5a90db9704db1b7a16d7af9d651f609df64b)
+++ tests/link-once/main.cfa	(revision 80f87035a9dcd08303cef2df5c82e1054133ec3f)
@@ -1,5 +1,5 @@
 // Test our new cfa_linkonce attribute:
 
-__attribute__(( cfa_linkonce )) signed int example = -7;
+__attribute__(( cfa_linkonce )) signed int example = 7;
 __attribute__(( cfa_linkonce )) unsigned int example = 12;
 
Index: tests/link-once/partner.cfa
===================================================================
--- tests/link-once/partner.cfa	(revision c21f5a90db9704db1b7a16d7af9d651f609df64b)
+++ tests/link-once/partner.cfa	(revision 80f87035a9dcd08303cef2df5c82e1054133ec3f)
@@ -1,5 +1,5 @@
 // Side file for the link-once test.
 
-__attribute__(( cfa_linkonce )) signed int example = -7;
+__attribute__(( cfa_linkonce )) signed int example = 7;
 __attribute__(( cfa_linkonce )) unsigned int example = 12;
 
