Index: tests/manipulatorsOutput3.cfa
===================================================================
--- tests/manipulatorsOutput3.cfa	(revision 75baaa35569f47bf9566e024b034eb7a2db52c19)
+++ tests/manipulatorsOutput3.cfa	(revision 2b1884880a00a20a5a476e0374ec239fd0c9e2dc)
@@ -156,7 +156,4 @@
 	sout | nl;
 
-	ui128 = 0x7fffffffffffffff;
-	ui128 <<= 64;
-	ui128 += 0xffffffffffffffff;
 	sout | left( wd( 160, i128 ) );
 	sout | left( sign( wd( 0, i128 ) ) );
@@ -177,7 +174,7 @@
 	sout | left( wd( 160, bin( i128 ) ) );
 	sout | left( sign( wd( 160, i128 ) ) );
-	sout | left( wd( 160, upcase(hex( i128 )) ) );
-	sout | left( wd( 160, upcase(oct( i128 ) )) );
-	sout | left( wd( 160, upcase(bin( i128 )) ) );
+	sout | left( wd( 160, upcase( hex( i128 ) ) ) );
+	sout | left( wd( 160, upcase( oct( i128 ) ) ) );
+	sout | left( wd( 160, upcase( bin( i128 ) ) ) );
 
 	x = 1234;
@@ -316,5 +313,4 @@
 	}
 
-
 	// int128 constants (and printing)
 	int128 v = 0xffff_ffffffff_ffffffff_L128 + 0xffffffff_ffffffff_ffffffff_ffffffff_L128;
