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 1fbcd44 commit 7e9b145Copy full SHA for 7e9b145
src/core/tests/conditional_compilation/ov_cc_on.cpp
@@ -24,7 +24,7 @@
24
using namespace std;
25
26
TEST(conditional_compilation, disabled_op_scope) {
27
-#define ov_op_Scope0 1
+#define ov_op_exec_Scope0 1
28
int n = 0;
29
30
// Simple Scope0 is enabled
@@ -34,7 +34,7 @@ TEST(conditional_compilation, disabled_op_scope) {
34
35
// Simple Scope1 is disabled and throws exception
36
ASSERT_THROW(OV_OP_SCOPE(Scope1), ov::Exception);
37
-#undef ov_op_Scope0
+#undef ov_op_exec_Scope0
38
}
39
40
TEST(conditional_compilation, disabled_Constant_in_opset) {
0 commit comments