We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21ad000 commit 8b0a0f1Copy full SHA for 8b0a0f1
tests/data/syntax_error2/ex_ref.comp
tests/data/syntax_error2/obs.obs
@@ -8,6 +8,8 @@
8
3 ancien_300 ancien_400 1.000668 0.00005 0 0 0
9
3 ancien_100 ancien_200 1.0499901 0.00005 0 0 0
10
11
+6 100 200 101 0.1
12
+
13
@20111_t312.obs
14
@20109_t312.obs
15
@20110_t312.obs
tests/tests_nonreg.cpp
@@ -338,7 +338,7 @@ void Tests_NonReg::test_syntax_error2()
338
{
339
std::cout<<"\nPrepare test_syntax_error2"<<std::endl;
340
std::string refFile="./data/syntax_error2/ex_ref.comp";
341
- std::string refMD5="7d03a296c2c6912ed105cebe197a3073";
+ std::string refMD5="1b836bc4c6df8a68127c05dc6f945d50";
342
343
test_template(refFile, refMD5,false);
344
}
0 commit comments