folly: replace old-style header guards with "pragma once"
[folly.git] / folly / test / TestUtils.h
index 1c7b4acdec4fac54a2c2e43028fc3c08f05d8e2f..14a6012db664cf27e7efa058c6fa6bc5fb6ab78d 100644 (file)
@@ -14,8 +14,7 @@
  * limitations under the License.
  */
 
  * limitations under the License.
  */
 
-#ifndef FOLLY_TESTUTILS_H
-#define FOLLY_TESTUTILS_H
+#pragma once
 
 #include <gtest/gtest.h>
 
 
 #include <gtest/gtest.h>
 
@@ -25,5 +24,3 @@
 // a normal test failure; there is only an effect if the test framework
 // interprets the message.
 #define SKIP() GTEST_FATAL_FAILURE_("Test skipped by client")
 // a normal test failure; there is only an effect if the test framework
 // interprets the message.
 #define SKIP() GTEST_FATAL_FAILURE_("Test skipped by client")
-
-#endif // FOLLY_TESTUTILS_H