synchronized method

This commit is contained in:
Alex Tkachman
2011-12-19 10:21:17 +02:00
parent 9a7d947899
commit 1e471aa9c4
7 changed files with 78 additions and 1 deletions
@@ -238,6 +238,12 @@ public class ControlStructuresTest extends CodegenTestCase {
public void testQuicksort() throws Exception {
blackBoxFile("controlStructures/quicksort.jet");
// System.out.println(generateToText());
}
public void testSynchronized() throws Exception {
createEnvironmentWithFullJdk();
blackBoxFile("controlStructures/sync.jet");
// System.out.println(generateToText());
}
}