Mark these test methods to be eligible for running only under the 'darwin' platform.


git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@117071 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/types/Makefile b/test/types/Makefile
index 759601d..c1b4cb3 100644
--- a/test/types/Makefile
+++ b/test/types/Makefile
@@ -1,5 +1,7 @@
 LEVEL = ../make
 
-#CXX_SOURCES := int.cpp
+# Example:
+#
+# CXX_SOURCES := int.cpp
 
 include $(LEVEL)/Makefile.rules