blob: 58cc66d15529d1615f3fc920728e2e6501edd85f [file] [log] [blame]
package com.siyeh.ig.threading;
import com.siyeh.ig.IGInspectionTestCase;
public class WhileLoopSpinsOnFieldInspectionTest extends IGInspectionTestCase {
public void test() throws Exception {
doTest("com/siyeh/igtest/threading/spins",
new WhileLoopSpinsOnFieldInspection());
}
}