diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/BionicDeathTest.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/BionicDeathTest.h b/tests/BionicDeathTest.h index 6826ab72c..f70839a0f 100644 --- a/tests/BionicDeathTest.h +++ b/tests/BionicDeathTest.h @@ -14,8 +14,7 @@ * limitations under the License. */ -#ifndef BIONIC_TESTS_BIONIC_DEATH_TEST_H_ -#define BIONIC_TESTS_BIONIC_DEATH_TEST_H_ +#pragma once #include <signal.h> @@ -44,5 +43,3 @@ class BionicDeathTest : public testing::Test { private: struct sigaction64 previous_; }; - -#endif // BIONIC_TESTS_BIONIC_DEATH_TEST_H_ |