Skip to content

Commit f8bd980

Browse files
committed
debug
1 parent 338ac91 commit f8bd980

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

testSrc/unit/io/flutter/editor/FlutterIconLineMarkerTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ public void testLocatesIconCtor() throws Exception {
4848
assertNotNull(element);
4949
}
5050

51-
//@Test
52-
public void xtestLocatesCupertinoIconCtor() throws Exception {
51+
@Test
52+
public void testLocatesCupertinoIconCtor() throws Exception {
5353
final PsiElement testIdentifier =
5454
setUpDartElement("main() { IconData(0xe190, fontFamily: 'CupertinoIcons'); }", "IconData", LeafPsiElement.class);
5555
final LineMarkerInfo<?> marker = new FlutterIconLineMarkerProvider().getLineMarkerInfo(testIdentifier, getSdk());

0 commit comments

Comments
 (0)