Author: sebor
Date: Wed Feb 8 14:15:01 2006
New Revision: 376100
URL: http://svn.apache.org/viewcvs?rev=376100&view=rev
Log:
2006-02-08 Martin Sebor <[EMAIL PROTECTED]>
* 2.smartptr.shared.cpp (<cassert>): Removed.
Modified:
incubator/stdcxx/trunk/tests/tr1.util/2.smartptr.shared.cpp
Modified: incubator/stdcxx/trunk/tests/tr1.util/2.smartptr.shared.cpp
URL:
http://svn.apache.org/viewcvs/incubator/stdcxx/trunk/tests/tr1.util/2.smartptr.shared.cpp?rev=376100&r1=376099&r2=376100&view=diff
==============================================================================
--- incubator/stdcxx/trunk/tests/tr1.util/2.smartptr.shared.cpp (original)
+++ incubator/stdcxx/trunk/tests/tr1.util/2.smartptr.shared.cpp Wed Feb 8
14:15:01 2006
@@ -17,10 +17,9 @@
* CONDITIONS OF ANY KIND, either express or implied. See the License
* for the specific language governing permissions and limitations under
* the License.
- *
+ *
**************************************************************************/
-#include <cassert>
#include <tr1/_smartptr.h>
#include <driver.h>