X-Git-Url: http://plrg.eecs.uci.edu/git/?p=folly.git;a=blobdiff_plain;f=folly%2Ftest%2FTestUtils.h;fp=folly%2Ftest%2FTestUtils.h;h=14a6012db664cf27e7efa058c6fa6bc5fb6ab78d;hp=1c7b4acdec4fac54a2c2e43028fc3c08f05d8e2f;hb=dee8a5180aa542d98d1b71c74f83a006e4627952;hpb=94070f19ca0198f0874a853f934e5302f73b73ff diff --git a/folly/test/TestUtils.h b/folly/test/TestUtils.h index 1c7b4acd..14a6012d 100644 --- a/folly/test/TestUtils.h +++ b/folly/test/TestUtils.h @@ -14,8 +14,7 @@ * limitations under the License. */ -#ifndef FOLLY_TESTUTILS_H -#define FOLLY_TESTUTILS_H +#pragma once #include @@ -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") - -#endif // FOLLY_TESTUTILS_H