Author: allison
Date: Fri Oct  5 18:21:12 2007
New Revision: 21901

Modified:
   branches/pdd15oo/examples/pir/sudoku.pir

Log:
[pdd15oo] Fix failing example test, methods now need to be explicitly flagged.


Modified: branches/pdd15oo/examples/pir/sudoku.pir
==============================================================================
--- branches/pdd15oo/examples/pir/sudoku.pir    (original)
+++ branches/pdd15oo/examples/pir/sudoku.pir    Fri Oct  5 18:21:12 2007
@@ -2101,7 +2101,7 @@
     print s
 .end
 
-.sub wait
+.sub "wait" :method
 .end
 
 .namespace ["NCurses"]
@@ -2140,7 +2140,7 @@
     f(win, s)
 .end
 
-.sub wait
+.sub "wait" :method
     .local pmc f
     .local int key
     f = global "ncurses::getch"

Reply via email to