Skip to content

Commit 84d64f9

Browse files
committed
Switch to MacPluginFrontend in tests
1 parent aebccb7 commit 84d64f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bridge/src/test/scala/protocbridge/frontend/PosixPluginFrontendSpec.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ package protocbridge.frontend
33
class PosixPluginFrontendSpec extends OsSpecificFrontendSpec {
44
if (!PluginFrontend.isWindows && !PluginFrontend.isMac) {
55
it must "execute a program that forwards input and output to given stream" in {
6-
testSuccess(PosixPluginFrontend)
6+
testSuccess(MacPluginFrontend)
77
}
88

99
it must "not hang if there is an OOM in generator" in {
10-
testFailure(PosixPluginFrontend)
10+
testFailure(MacPluginFrontend)
1111
}
1212
}
1313
}

0 commit comments

Comments
 (0)