mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 03:56:16 +08:00
Added an example 'frame variable' output to demonstrate how the generic_type_tester
groks the data type of the variable. llvm-svn: 115070
This commit is contained in:
@@ -72,6 +72,11 @@ class GenericTester(TestBase):
|
||||
|
||||
# The input type is in a canonical form as a set named atoms.
|
||||
# The display type string must conatin each and every element.
|
||||
#
|
||||
# Example:
|
||||
# runCmd: frame variable a_array_bounded[0]
|
||||
# output: (char) a_array_bounded[0] = 'a'
|
||||
#
|
||||
dt = re.match("^\((.*)\)", output).group(1)
|
||||
|
||||
# Expect the display type string to contain each and every atoms.
|
||||
|
||||
Reference in New Issue
Block a user