We should make the class name of test cases which emphasize expression command
be different than the class name which uses frame variable command.


git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@118602 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/types/TestIntegerTypesExpr.py b/test/types/TestIntegerTypesExpr.py
index 26da1b4..ca7f08a 100644
--- a/test/types/TestIntegerTypesExpr.py
+++ b/test/types/TestIntegerTypesExpr.py
@@ -7,7 +7,7 @@
 import lldb
 import sys
 
-class IntegerTypesTestCase(AbstractBase.GenericTester):
+class IntegerTypesExprTestCase(AbstractBase.GenericTester):
 
     mydir = "types"