Removed the two @skip class decorators.  The assert failures have been fixed.


git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@115055 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/types/TestFloatTypesExpr.py b/test/types/TestFloatTypesExpr.py
index 744a772..46f7020 100644
--- a/test/types/TestFloatTypesExpr.py
+++ b/test/types/TestFloatTypesExpr.py
@@ -6,7 +6,6 @@
 import unittest2
 import lldb
 
-@unittest2.skip("rdar://problem/8488437 test/types/TestIntegerTypesExpr.py asserts")
 class FloatTypesTestCase(AbstractBase.GenericTester):
 
     mydir = "types"
diff --git a/test/types/TestIntegerTypesExpr.py b/test/types/TestIntegerTypesExpr.py
index 28255ac..5703672 100644
--- a/test/types/TestIntegerTypesExpr.py
+++ b/test/types/TestIntegerTypesExpr.py
@@ -6,7 +6,6 @@
 import unittest2
 import lldb
 
-@unittest2.skip("rdar://problem/8488437 test/types/TestIntegerTypesExpr.py asserts")
 class IntegerTypesTestCase(AbstractBase.GenericTester):
 
     mydir = "types"