aboutsummaryrefslogtreecommitdiff
path: root/test_cases/info_tests/enum/expected/simple_c.elf_stg
diff options
context:
space:
mode:
Diffstat (limited to 'test_cases/info_tests/enum/expected/simple_c.elf_stg')
-rw-r--r--test_cases/info_tests/enum/expected/simple_c.elf_stg8
1 files changed, 4 insertions, 4 deletions
diff --git a/test_cases/info_tests/enum/expected/simple_c.elf_stg b/test_cases/info_tests/enum/expected/simple_c.elf_stg
index b15e26c..278b0aa 100644
--- a/test_cases/info_tests/enum/expected/simple_c.elf_stg
+++ b/test_cases/info_tests/enum/expected/simple_c.elf_stg
@@ -1,5 +1,5 @@
version: 0x00000002
-root_id: 0x84ea5130
+root_id: 0x84ea5130 # interface
primitive {
id: 0x4585663f
name: "unsigned int"
@@ -10,7 +10,7 @@ enumeration {
id: 0x226ff690
name: "Foo"
definition {
- underlying_type_id: 0x4585663f
+ underlying_type_id: 0x4585663f # unsigned int
enumerator {
name: "FOO_ZERO"
}
@@ -33,10 +33,10 @@ elf_symbol {
name: "bar"
is_defined: true
symbol_type: OBJECT
- type_id: 0x226ff690
+ type_id: 0x226ff690 # enum Foo
full_name: "bar"
}
interface {
id: 0x84ea5130
- symbol_id: 0xa58ca0b6
+ symbol_id: 0xa58ca0b6 # enum Foo bar
}