Skip to content

Commit 7e9b145

Browse files
committed
fix traces unit tests
1 parent 1fbcd44 commit 7e9b145

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/core/tests/conditional_compilation/ov_cc_on.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
using namespace std;
2525

2626
TEST(conditional_compilation, disabled_op_scope) {
27-
#define ov_op_Scope0 1
27+
#define ov_op_exec_Scope0 1
2828
int n = 0;
2929

3030
// Simple Scope0 is enabled
@@ -34,7 +34,7 @@ TEST(conditional_compilation, disabled_op_scope) {
3434

3535
// Simple Scope1 is disabled and throws exception
3636
ASSERT_THROW(OV_OP_SCOPE(Scope1), ov::Exception);
37-
#undef ov_op_Scope0
37+
#undef ov_op_exec_Scope0
3838
}
3939

4040
TEST(conditional_compilation, disabled_Constant_in_opset) {

0 commit comments

Comments
 (0)