Skip to content

Commit 6698683

Browse files
committed
Fix binding test
1 parent 7b83cc5 commit 6698683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ci_app_tests/ci_test_binding.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class TestBinding : public AnnotationBinding
2424

2525
void initialize(Caliper* c, Channel*) {
2626
m_my_attr =
27-
c->create_attribute("testbinding", CALI_TYPE_STRING, CALI_ATTR_NOMERGE);
27+
c->create_attribute("testbinding", CALI_TYPE_STRING, CALI_ATTR_UNALIGNED);
2828
m_prop_attr =
2929
c->create_attribute("testproperty", CALI_TYPE_INT, CALI_ATTR_DEFAULT);
3030
}

0 commit comments

Comments
 (0)