forked from OSchip/llvm-project
Removed the two @skip class decorators. The assert failures have been fixed.
llvm-svn: 115055
This commit is contained in:
parent
7387390d6e
commit
f3d3d1c743
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue