Skip to content

Commit eabb673

Browse files
Add os-lib to the community build
1 parent 2b78409 commit eabb673

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
@@ -379,7 +379,7 @@ class CommunityBuildTest:
379379
@Test def fastparse = projects.fastparse.run()
380380
@Test def utest = projects.utest.run()
381381
@Test def sourcecode = projects.sourcecode.run()
382-
//@Test def oslib = projects.oslib.run()
382+
@Test def oslib = projects.oslib.run()
383383
//@Test def ujson = projects.ujson.run()
384384
// @Test def oslibWatch = projects.oslibWatch.run()
385385
@Test def stdLib213 = projects.stdLib213.run()

0 commit comments

Comments
 (0)