Skip to content

Commit 803afc6

Browse files
elena-volkova-hclGitHub Enterprise
authored andcommitted
RIC-1060: Set C++ standard explicitly for move_function_2 (#85)
1 parent d7959be commit 803afc6

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{ "folders": [
2+
{
3+
"path": "TestUtils"
4+
},
5+
{
6+
"path": "tests/move_function_2"
7+
}
8+
]
9+
}

art-comp-test/tests/move_function_2/top.tcjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ let tc = TCF.define(TCF.ART_TO_CPP);
22
tc.topCapsule = 'Top';
33
tc.prerequisites = ["../../TestUtils/testlib.tcjs"];
44
tc.targetFolder = 'move_function_2_target';
5-
5+
tc.cppCodeStandard = "C++ 11";

0 commit comments

Comments
 (0)