From 3bab32f407da094789a921f7ef707671bdf8e79c Mon Sep 17 00:00:00 2001 From: Geoffrey Challen Date: Wed, 17 Feb 2016 11:07:06 -0500 Subject: [PATCH] Still fixing synch naming. --- test161/tests/synchprobs/sp1.t | 2 +- test161/tests/synchprobs/sp2.t | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test161/tests/synchprobs/sp1.t b/test161/tests/synchprobs/sp1.t index ef33704..454add7 100644 --- a/test161/tests/synchprobs/sp1.t +++ b/test161/tests/synchprobs/sp1.t @@ -1,6 +1,6 @@ --- name: "Whalemating Test" -tags: [syncprobs] +tags: [synchprobs] depends: [boot, semaphores, locks] --- sp1 diff --git a/test161/tests/synchprobs/sp2.t b/test161/tests/synchprobs/sp2.t index a5ae7c6..ca6e1ea 100644 --- a/test161/tests/synchprobs/sp2.t +++ b/test161/tests/synchprobs/sp2.t @@ -1,6 +1,6 @@ --- name: "Stoplight Test" -tags: [syncprobs] +tags: [synchprobs] depends: [boot, semaphores, locks, cvs] --- sp2