From 5254e9dbaacd0b2278fad0ac06f9f30088c2c477 Mon Sep 17 00:00:00 2001 From: Anatolii Kmetiuk Date: Wed, 8 Apr 2020 15:45:35 +0200 Subject: [PATCH] Add ujson to the community build --- .../test/scala/dotty/communitybuild/CommunityBuildTest.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala b/community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala index b96d7d9a35de..1aca2de74b65 100644 --- a/community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala +++ b/community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala @@ -380,7 +380,7 @@ class CommunityBuildTest: @Test def utest = projects.utest.run() @Test def sourcecode = projects.sourcecode.run() @Test def oslib = projects.oslib.run() - //@Test def ujson = projects.ujson.run() + @Test def ujson = projects.ujson.run() // @Test def oslibWatch = projects.oslibWatch.run() @Test def stdLib213 = projects.stdLib213.run() @Test def shapeless = projects.shapeless.run()