From f4cd2a2fae1fbf49b24b9e7a69c54ccba66febf0 Mon Sep 17 00:00:00 2001 From: Kate Ward Date: Sun, 12 Apr 2020 13:32:10 +0200 Subject: [PATCH] Removed deprecation notice. --- examples/suite_test.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/examples/suite_test.sh b/examples/suite_test.sh index 278c3a0..c639c49 100755 --- a/examples/suite_test.sh +++ b/examples/suite_test.sh @@ -1,9 +1,8 @@ #!/bin/sh # file: examples/suite_test.sh # -# This test demonstrates the use of suites. Note: the suite functionality is -# deprecated as of v2.1.0, and will be removed in a future major release. - +# This test demonstrates the use of suites. +# # suite is a special function called by shUnit2 to setup a suite of tests. It # enables a developer to call a set of functions that contain tests without # needing to rename the functions to start with "test".