Update of /cvsroot/luabind/luabind/luabind/test
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26303
Modified Files:
Tag: beta7-devel2
Jamfile
Log Message:
fixed a mistake in the Jamfile
Index: Jamfile
===================================================================
RCS file: /cvsroot/luabind/luabind/luabind/test/Jamfile,v
retrieving revision 1.15.2.7
retrieving revision 1.15.2.8
diff -u -d -r1.15.2.7 -r1.15.2.8
--- Jamfile 22 Oct 2005 10:42:33 -0000 1.15.2.7
+++ Jamfile 23 Oct 2005 10:45:03 -0000 1.15.2.8
@@ -22,7 +22,6 @@
test_separation.cpp
test_simple_class.cpp
test_yield.cpp
- test_yield2.cpp
;
project : default-build <link>static ;
|