We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78f5c23 commit f9e97caCopy full SHA for f9e97ca
tests/evc_box.cc
@@ -57,6 +57,7 @@ TEST_CASE("evcC") {
57
Box_evcC::configuration configuration = evcC->get_configuration();
58
REQUIRE(configuration.configurationVersion == 1);
59
REQUIRE(configuration.profile_idc == 2);
60
+ // TODO: this value looks off
61
REQUIRE(configuration.level_idc == 215);
62
REQUIRE(configuration.toolset_idc_h == 0);
63
REQUIRE(configuration.toolset_idc_l == 0);
0 commit comments