Added a test for launching a universal binary.  Launch of i386 architecture
currently fails: rdar://problem/8349784.

Forgot to check in lldbtest.py in the previous commit r111958.


git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@111975 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/lldbtest.py b/test/lldbtest.py
index 0ebefc1..1ea941c 100644
--- a/test/lldbtest.py
+++ b/test/lldbtest.py
@@ -130,6 +130,8 @@
 
 STOPPED_DUE_TO_STEP_IN = "Process state is stopped due to step in"
 
+DATA_TYPES_DISPLAYED_CORRECTLY = "Data type(s) displayed correctly"
+
 VARIABLES_DISPLAYED_CORRECTLY = "Show specified variable(s) correctly"
 
 #