Merge trunk HEAD (r46369)
[reactos.git] / reactos / tools / rbuild / test.h
index fd9cdfc..69e131f 100644 (file)
@@ -15,8 +15,8 @@
  * with this program; if not, write to the Free Software Foundation, Inc.,
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
-#ifndef __TEST_H
-#define __TEST_H
+
+#pragma once
 
 #include "rbuild.h"
 #include "backend/mingw/mingw.h"
@@ -160,5 +160,3 @@ class CompilationUnitTest : public BaseTest
 public:
        void Run ();
 };
-
-#endif /* __TEST_H */