1============== NoAttributes.fbs ============ 2include "${DIR}/tracing_schema_common.fbs"; 3 4table NoAttributes {} 5============== diagnosis ============ 6ERROR: ${DIR}/tools/testdata/NoAttributes.fbs contains table NoAttributes without a tag. All tables must have a tag defined. 7 8============== result ============ 9 10