Skip to content

Commit 76526c8

Browse files
authored
Remove const
1 parent 0727986 commit 76526c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unittests/CppInterOp/VariableReflectionTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ TEST(VariableReflectionTest, GetVariableType) {
9393

9494
#define CODE \
9595
int a; \
96-
const int N = 5; \
96+
int N = 5; \
9797
class C { \
9898
public: \
9999
int a; \

0 commit comments

Comments
 (0)