mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Remove use of Thread.stop from test code
This commit is contained in:
parent
5d229301ed
commit
f0ae450f72
1 changed files with 1 additions and 5 deletions
|
@ -1371,14 +1371,10 @@ public class IndexBugsTests extends BaseTestCase {
|
|||
th.start();
|
||||
th.join(5000);
|
||||
assertFalse(th.isAlive());
|
||||
} finally {
|
||||
try {
|
||||
th.stop();
|
||||
} finally {
|
||||
fIndex.releaseReadLock();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// void func_209049(long long x);
|
||||
public void testGPPTypes_Bug209049() throws Exception {
|
||||
|
|
Loading…
Add table
Reference in a new issue