We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b83cc5 commit 6698683Copy full SHA for 6698683
test/ci_app_tests/ci_test_binding.cpp
@@ -24,7 +24,7 @@ class TestBinding : public AnnotationBinding
24
25
void initialize(Caliper* c, Channel*) {
26
m_my_attr =
27
- c->create_attribute("testbinding", CALI_TYPE_STRING, CALI_ATTR_NOMERGE);
+ c->create_attribute("testbinding", CALI_TYPE_STRING, CALI_ATTR_UNALIGNED);
28
m_prop_attr =
29
c->create_attribute("testproperty", CALI_TYPE_INT, CALI_ATTR_DEFAULT);
30
}
0 commit comments