Skip to content

Commit e3858e4

Browse files
committed
Re-enable izumi-reflect tests
1 parent df1ba15 commit e3858e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ class CommunityBuildTestA extends CommunityBuildTest:
8686
@Test def fansi = projects.fansi.run()
8787
@Test def fastparse = projects.fastparse.run()
8888
@Test def geny = projects.geny.run()
89-
@Ignore @Test def izumiReflect = projects.izumiReflect.run()
89+
@Test def izumiReflect = projects.izumiReflect.run()
9090
@Test def oslib = projects.oslib.run()
9191
// @Test def oslibWatch = projects.oslibWatch.run()
9292
@Test def pprint = projects.pprint.run()

0 commit comments

Comments
 (0)