[dsf-gdb] debug tests: Remove useless try/catch
authorSimon Marchi <simon.marchi@polymtl.ca>
Thu, 30 Apr 2015 20:52:56 +0000 (16:52 -0400)
committerGerrit Code Review @ Eclipse.org <gerrit@eclipse.org>
Fri, 1 May 2015 14:10:58 +0000 (10:10 -0400)
commitc4f5c35620a59734b697e3c4df99283ef849b628
treeedf1ada4a4c3a045defd7f8477fbbe31e95a0ccb
parent9d848e3edee40d4f15472f3f094af6b94a7665fc
[dsf-gdb] debug tests: Remove useless try/catch

The try/catch doesn't add anything. If getStackTrace throws, the test
will fail and will show the useful stack trace.

Change-Id: Icf453ff2ca6c10a32f264fece0f0db9af8049612
Signed-off-by: Simon Marchi <simon.marchi@polymtl.ca>
dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/src/org/eclipse/cdt/tests/dsf/gdb/framework/SyncUtil.java
dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/src/org/eclipse/cdt/tests/dsf/gdb/tests/MIRegistersTest.java