Skip to content

Commit 8b0a0f1

Browse files
committed
test fix to avoid kernel base variables order ambiguity between compilators
1 parent 21ad000 commit 8b0a0f1

File tree

3 files changed

+2493
-2475
lines changed

3 files changed

+2493
-2475
lines changed

tests/data/syntax_error2/ex_ref.comp

Lines changed: 2490 additions & 2474 deletions
Large diffs are not rendered by default.

tests/data/syntax_error2/obs.obs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
3 ancien_300 ancien_400 1.000668 0.00005 0 0 0
99
3 ancien_100 ancien_200 1.0499901 0.00005 0 0 0
1010

11+
6 100 200 101 0.1
12+
1113
@20111_t312.obs
1214
@20109_t312.obs
1315
@20110_t312.obs

tests/tests_nonreg.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ void Tests_NonReg::test_syntax_error2()
338338
{
339339
std::cout<<"\nPrepare test_syntax_error2"<<std::endl;
340340
std::string refFile="./data/syntax_error2/ex_ref.comp";
341-
std::string refMD5="7d03a296c2c6912ed105cebe197a3073";
341+
std::string refMD5="1b836bc4c6df8a68127c05dc6f945d50";
342342

343343
test_template(refFile, refMD5,false);
344344
}

0 commit comments

Comments
 (0)