wvtest.cs.h: rethrow exceptions properly.
commita1c9550f71d096e7aa0b8b54c65a43a8022bb554
authorAvery Pennarun <apenwarr@gmail.com>
Fri, 26 Sep 2008 21:20:09 +0000 (26 17:20 -0400)
committerAvery Pennarun <apenwarr@gmail.com>
Fri, 26 Sep 2008 21:20:09 +0000 (26 17:20 -0400)
treebe1792c6d8f92174a953146c836e80f2dec53118
parent3c46799930bc43dc680d24eecdc919f14309eadd
wvtest.cs.h: rethrow exceptions properly.

If you catch and exception 'e' and want to rethrow it, don't say "throw e;",
say "throw;".  Otherwise you rewrite the stack trace.
wvdotnet/wvtest.cs.h