Skip to content

Commit 2bece76

Browse files
authored
Un-skip a test (#2028)
This should pass now that dart-archive/stream_channel#92 has landed and been released.
1 parent 61af9ee commit 2bece76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/embedded/protocol_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ void main() {
245245
}
246246

247247
await process.close();
248-
}, skip: "Enable once dart-lang/stream_channel#92 is released");
248+
});
249249

250250
test("doesn't include a source map by default", () async {
251251
process.send(compileString("a {b: 1px + 2px}"));

0 commit comments

Comments
 (0)