We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aebccb7 commit 84d64f9Copy full SHA for 84d64f9
bridge/src/test/scala/protocbridge/frontend/PosixPluginFrontendSpec.scala
@@ -3,11 +3,11 @@ package protocbridge.frontend
3
class PosixPluginFrontendSpec extends OsSpecificFrontendSpec {
4
if (!PluginFrontend.isWindows && !PluginFrontend.isMac) {
5
it must "execute a program that forwards input and output to given stream" in {
6
- testSuccess(PosixPluginFrontend)
+ testSuccess(MacPluginFrontend)
7
}
8
9
it must "not hang if there is an OOM in generator" in {
10
- testFailure(PosixPluginFrontend)
+ testFailure(MacPluginFrontend)
11
12
13
0 commit comments