[Python-checkins] CVS: /python/nondist/src/Compiler/tests test_func.py,1.5,1.6

Jeremy Hylton jhylton@cnri.reston.va.us
Tue, 15 Feb 2000 17:10:36 -0500


Update of /projects/cvsroot//python/nondist/src/Compiler/tests
In directory goon.cnri.reston.va.us:/home/jhylton/python/nondist/src/Compiler/tests

Modified Files:
	test_func.py 
Log Message:
no change -- testing syncmail







Index: test_func.py
===================================================================
RCS file: /projects/cvsroot//python/nondist/src/Compiler/tests/test_func.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** test_func.py	2000/02/15 22:09:02	1.5
--- test_func.py	2000/02/15 22:10:33	1.6
***************
*** 15,17 ****
      print test3(None, Ellipsis, "365")
  
! test()
--- 15,18 ----
      print test3(None, Ellipsis, "365")
  
! test();
!