[Nice-commit] Nice/testsuite/compiler/methods primitive.testsuite,1.2,1.3
Brought to you by:
bonniot
From: <bo...@us...> - 2003-10-03 13:57:19
|
Update of /cvsroot/nice/Nice/testsuite/compiler/methods In directory sc8-pr-cvs1:/tmp/cvs-serv20836/testsuite/compiler/methods Modified Files: primitive.testsuite Log Message: Test when the function is in the same package. Index: primitive.testsuite =================================================================== RCS file: /cvsroot/nice/Nice/testsuite/compiler/methods/primitive.testsuite,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** primitive.testsuite 15 Jul 2003 11:11:23 -0000 1.2 --- primitive.testsuite 3 Oct 2003 13:57:15 -0000 1.3 *************** *** 5,8 **** --- 5,13 ---- /// FAIL ///Toplevel + <T> void foo(!T) {} + foo(/*/// FAIL HERE */ i@int) {} + + /// FAIL + ///Toplevel <T> void foo(T t); foo(t) {} |