File tree Expand file tree Collapse file tree 1 file changed +29
-1
lines changed
Expand file tree Collapse file tree 1 file changed +29
-1
lines changed Original file line number Diff line number Diff line change 1- #include < gtest/gtest.h>
1+ /* ! @file */
2+ /*
3+ Copyright (C) 2018-2019 Sakura Editor Organization
4+
5+ This software is provided 'as-is', without any express or implied
6+ warranty. In no event will the authors be held liable for any damages
7+ arising from the use of this software.
8+
9+ Permission is granted to anyone to use this software for any purpose,
10+ including commercial applications, and to alter it and redistribute it
11+ freely, subject to the following restrictions:
12+
13+ 1. The origin of this software must not be misrepresented;
14+ you must not claim that you wrote the original software.
15+ If you use this software in a product, an acknowledgment
16+ in the product documentation would be appreciated but is
17+ not required.
18+
19+ 2. Altered source versions must be plainly marked as such,
20+ and must not be misrepresented as being the original software.
21+
22+ 3. This notice may not be removed or altered from any source
23+ distribution.
24+ */
25+
26+ /* !
27+ `test fixture class` のサンプルコード
28+ */
29+ #include < gtest/gtest.h>
230#include < cstdio>
331#include < exception>
432
You can’t perform that action at this time.
0 commit comments