1
1
/* **
2
2
* This file is based on or incorporates material from the UnitTest++ r30 open source project.
3
- * Microsoft is not the original author of this code but has modified it and is licensing the code under
4
- * the MIT License. Microsoft reserves all other rights not expressly granted under the MIT License,
5
- * whether by implication, estoppel or otherwise.
3
+ * Microsoft is not the original author of this code but has modified it and is licensing the code under
4
+ * the MIT License. Microsoft reserves all other rights not expressly granted under the MIT License,
5
+ * whether by implication, estoppel or otherwise.
6
6
*
7
- * UnitTest++ r30
7
+ * UnitTest++ r30
8
8
*
9
9
* Copyright (c) 2006 Noel Llopis and Charles Nicholson
10
10
* Portions Copyright (c) Microsoft Corporation
13
13
*
14
14
* MIT License
15
15
*
16
- * Permission is hereby granted, free of charge, to any person obtaining a copy of this software
17
- * and associated documentation files (the "Software"), to deal in the Software without restriction,
18
- * including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
19
- * and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
16
+ * Permission is hereby granted, free of charge, to any person obtaining a copy of this software
17
+ * and associated documentation files (the "Software"), to deal in the Software without restriction,
18
+ * including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
19
+ * and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
20
20
* subject to the following conditions:
21
21
*
22
- * The above copyright notice and this permission notice shall be included in all copies or
22
+ * The above copyright notice and this permission notice shall be included in all copies or
23
23
* substantial portions of the Software.
24
24
*
25
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
26
- * INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE
27
- * AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
28
- * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
25
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
26
+ * INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE
27
+ * AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
28
+ * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
29
29
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
30
30
***/
31
31
@@ -42,7 +42,6 @@ class TestList
42
42
{
43
43
public:
44
44
UNITTEST_LINKAGE TestList ();
45
-
46
45
UNITTEST_LINKAGE void Add (Test* test);
47
46
48
47
UNITTEST_LINKAGE Test* GetFirst () const ;
0 commit comments