Re: OpenEuphoria and the tests?

new topic     » goto parent     » topic index » view thread      » older message » newer message

Patch for t_declasgn_wrning.e at least on SunOS. Will post about t_callc.e in another thread because bug should may not difference per OS. AMD64 Chip.

--- ~/open_euphoria/euphoria/tests/t_declasgn_wrning.e	Fri Sep 22 15:42:54 2017 
+++ ~/open_euphoria_sun/euphoria/tests/t_declasgn_wrning.e	Mon Oct  9 11:06:56 2017 
@@ -19,7 +19,9 @@ 
 		end if 
 		 
 		test_equal("with warning += #3","Warning { not_used }:\n", gets(fn)) 
-		test_equal("with warning += #4","\t<0229>:: t_declasgn.e - module variable 'n0' is not used\n", gets(fn)) 
+		test_equal("with warning += #4","\t<0228>:: t_declasgn.e - module constant 'cmd' is not used\n", gets(fn)) 
+		test_equal("with warning += #5","Warning { not_used }:\n", gets(fn)) 
+		test_equal("with warning += #6","\t<0229>:: t_declasgn.e - module variable 'n0' is not used\n", gets(fn)) 
 		test_equal("with warning -=", -1, gets(fn)) 
 		 
 		close(fn) 

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu