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

llvm-svn: 115055
This commit is contained in:
Johnny Chen 2010-09-29 18:14:50 +00:00
parent 7387390d6e
commit f3d3d1c743
2 changed files with 0 additions and 2 deletions

View File

@ -6,7 +6,6 @@ import AbstractBase
import unittest2
import lldb
@unittest2.skip("rdar://problem/8488437 test/types/TestIntegerTypesExpr.py asserts")
class FloatTypesTestCase(AbstractBase.GenericTester):
mydir = "types"

View File

@ -6,7 +6,6 @@ import AbstractBase
import unittest2
import lldb
@unittest2.skip("rdar://problem/8488437 test/types/TestIntegerTypesExpr.py asserts")
class IntegerTypesTestCase(AbstractBase.GenericTester):
mydir = "types"