Style: Replace header guards with #pragma once
This commit is contained in:
parent
96fdaa616b
commit
324512e11c
1746 changed files with 1767 additions and 6920 deletions
|
|
@ -28,8 +28,7 @@
|
|||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
/**************************************************************************/
|
||||
|
||||
#ifndef GDSCRIPT_TEST_RUNNER_SUITE_H
|
||||
#define GDSCRIPT_TEST_RUNNER_SUITE_H
|
||||
#pragma once
|
||||
|
||||
#include "gdscript_test_runner.h"
|
||||
|
||||
|
|
@ -105,5 +104,3 @@ TEST_CASE("[Modules][GDScript] Validate built-in API") {
|
|||
}
|
||||
|
||||
} // namespace GDScriptTests
|
||||
|
||||
#endif // GDSCRIPT_TEST_RUNNER_SUITE_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue