summaryrefslogtreecommitdiff
path: root/plugins/IntentionPowerPak/testSrc/com/siyeh/ipp/switchtoif
diff options
context:
space:
mode:
authorTor Norbye <tnorbye@google.com>2013-08-07 11:11:08 -0700
committerTor Norbye <tnorbye@google.com>2013-08-07 11:11:08 -0700
commit6739a8f0977b70ddc8a8283b169902da3f2eecb3 (patch)
tree5c5573c2ac01544f02d9318671aa558769726289 /plugins/IntentionPowerPak/testSrc/com/siyeh/ipp/switchtoif
parentc1ace1f7e1e49c81bb4b75377c99f07be340abfe (diff)
downloadidea-6739a8f0977b70ddc8a8283b169902da3f2eecb3.tar.gz
Snapshot af729d01433bb5bbd6ca93c0fdf9778b36d624ce from master branch of git://git.jetbrains.org/idea/community.git
Change-Id: I214dd066d0d27444a26166c0eae1a5aaf3705d49
Diffstat (limited to 'plugins/IntentionPowerPak/testSrc/com/siyeh/ipp/switchtoif')
-rw-r--r--plugins/IntentionPowerPak/testSrc/com/siyeh/ipp/switchtoif/ReplaceIfWithSwitchIntentionTest.java (renamed from plugins/IntentionPowerPak/testSrc/com/siyeh/ipp/switchtoif/ReplaceIfWithSwitchlIntentionTest.java)2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/IntentionPowerPak/testSrc/com/siyeh/ipp/switchtoif/ReplaceIfWithSwitchlIntentionTest.java b/plugins/IntentionPowerPak/testSrc/com/siyeh/ipp/switchtoif/ReplaceIfWithSwitchIntentionTest.java
index f6692ab4e2c6..b1f36431ac53 100644
--- a/plugins/IntentionPowerPak/testSrc/com/siyeh/ipp/switchtoif/ReplaceIfWithSwitchlIntentionTest.java
+++ b/plugins/IntentionPowerPak/testSrc/com/siyeh/ipp/switchtoif/ReplaceIfWithSwitchIntentionTest.java
@@ -21,7 +21,7 @@ import com.siyeh.ipp.IPPTestCase;
/**
* @see ReplaceIfWithSwitchIntention
*/
-public class ReplaceIfWithSwitchlIntentionTest extends IPPTestCase {
+public class ReplaceIfWithSwitchIntentionTest extends IPPTestCase {
public void testComments() { doTest(); }
public void testLong() { assertIntentionNotAvailable(); }