Home
last modified time | relevance | path

Searched refs:bad_label (Results 1 – 1 of 1) sorted by relevance

/libCEED/tests/
H A Dt525-operator.c23 CeedContextFieldLabel count_label, other_label, time_label, bad_label; in main() local
106 CeedOperatorGetContextFieldLabel(op_composite, "bad", &bad_label); in main()
107 if (bad_label) printf("Incorrect context label returned\n"); in main()