Skip to content

Commit 39925e6

Browse files
committed
test fix to avoid kernel base variables order ambiguity between compilators
1 parent c660b58 commit 39925e6

File tree

3 files changed

+10742
-10695
lines changed

3 files changed

+10742
-10695
lines changed

tests/data/syntax_error2/20104_t312.obs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
6 104_4 33 95.0155 0.000420.00005 0.0000 0.0000
4747
6 104_4 11 94.1957 0.000420.00005 0.0000 0.0000
4848
6 104_4 100 101.3218 0.000420.0000 0.0000 0.0000
49-
6 104_4 200 69.8032 0.000420.0000 0.0000 0.0000
49+
6 104_4 200 69.8032 0.00042 0.0000 0.0000 0.0000
5050
6 104_4 101 79.8404 0.000420.0000 0.0000 0.0000
5151
6 104_4 102 79.3165 0.000420.0000 0.0000 0.0000
5252
6 104_4 103 80.9047 0.000420.0000 0.0000 0.0000

tests/data/syntax_error2/ex_ref.comp

Lines changed: 10740 additions & 10693 deletions
Large diffs are not rendered by default.

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="9b7ab21350538f6f7df355371260fe23";
342342

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

0 commit comments

Comments
 (0)