Author: faridz
Date: Wed Jun 13 06:51:29 2007
New Revision: 546872
URL: http://svn.apache.org/viewvc?view=rev&rev=546872
Log:
2007-06-13 Farid Zaripov <[EMAIL PROTECTED]>
* dynatype.out: Corrected example expected output.
Modified:
incubator/stdcxx/trunk/examples/tutorial/out/dynatype.out
Modified: incubator/stdcxx/trunk/examples/tutorial/out/dynatype.out
URL:
http://svn.apache.org/viewvc/incubator/stdcxx/trunk/examples/tutorial/out/dynatype.out?view=diff&rev=546872&r1=546871&r2=546872
==============================================================================
--- incubator/stdcxx/trunk/examples/tutorial/out/dynatype.out (original)
+++ incubator/stdcxx/trunk/examples/tutorial/out/dynatype.out Wed Jun 13
06:51:29 2007
@@ -4,3 +4,4 @@
double (v2 = v1) = 3.14
(const char*)(v2 = "abc") = abc
(const char*)(v1 = v2) = abc
+exception