Skip to content

Commit

Permalink
Fix a typo in a test case
Browse files Browse the repository at this point in the history
  • Loading branch information
lochana-chathura committed Apr 16, 2024
1 parent 79f92df commit e958607
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// specific language governing permissions and limitations
// under the License.

function invalidWorkReceiveBeforeWorker() {
function invalidWorkerReceiveBeforeWorker() {
int _ = <- w1;
worker w1 {
int i = 1;
Expand Down

0 comments on commit e958607

Please sign in to comment.