commit | 3b7cc4ad89274f82f2660251e81552f0dd33f2b9 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Fri Feb 19 18:22:53 2021 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Feb 19 18:22:53 2021 +0000 |
tree | 6a5b65e0e3f09a85e4577598fe258a6bfebf4742 | |
parent | a0a2654e2ea12dce5ec0ba7be480bc440ce48f62 [diff] | |
parent | d63ea5627c4be73a4d9d95dbc2c7a0676b1c12d5 [diff] |
Merge "Switch BionicDeathTest to `#pragma once`."
diff --git a/tests/BionicDeathTest.h b/tests/BionicDeathTest.h index 6826ab7..f70839a 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 @@ private: struct sigaction64 previous_; }; - -#endif // BIONIC_TESTS_BIONIC_DEATH_TEST_H_