mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
Merge pull request #105 from JohnHake/master
IJSDK-348: Changes so conditional_operator_intention YourTest passes
This commit is contained in:
commit
a951bfaf9b
@ -5,7 +5,6 @@ import com.intellij.openapi.application.PathManager;
|
||||
import com.intellij.testFramework.UsefulTestCase;
|
||||
import com.intellij.testFramework.builders.JavaModuleFixtureBuilder;
|
||||
import com.intellij.testFramework.fixtures.*;
|
||||
import junit.framework.Assert;
|
||||
import org.junit.*;
|
||||
|
||||
/**
|
||||
@ -14,6 +13,7 @@ import org.junit.*;
|
||||
* Date: Sep 13, 2010
|
||||
* Time: 9:35:50 PM
|
||||
* To change this template use File | Settings | File Templates.
|
||||
* This test requires Editor > Code Style set to Default IDE
|
||||
*/
|
||||
|
||||
public class YourTest extends UsefulTestCase {
|
||||
|
Loading…
x
Reference in New Issue
Block a user