Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers...
[reactos.git] / rostests / apitests / win32nt / ntuser / NtUserCountClipboardFormats.c
diff --git a/rostests/apitests/win32nt/ntuser/NtUserCountClipboardFormats.c b/rostests/apitests/win32nt/ntuser/NtUserCountClipboardFormats.c
deleted file mode 100644 (file)
index 465ca21..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-/*
- * PROJECT:         ReactOS api tests
- * LICENSE:         GPL - See COPYING in the top level directory
- * PURPOSE:         Test for NtUserCountClipboardFormats
- * PROGRAMMERS:
- */
-
-#include <win32nt.h>
-
-
-START_TEST(NtUserCountClipboardFormats)
-{
-       RTEST(NtUserCountClipboardFormats() < 1000);
-}
-