diff --git a/preprocessor/DynareBison.yy b/preprocessor/DynareBison.yy
index a246d5c3963cff2ffc4767641364558617314e0d..7a514209d1878208280913fc35b9a2da674bc0b5 100644
--- a/preprocessor/DynareBison.yy
+++ b/preprocessor/DynareBison.yy
@@ -849,7 +849,7 @@ check_options_list : check_options_list COMMA check_options
                    | check_options
                    ;
 
-check_options : o_solve_algo;
+check_options : steady_options;
 
 model_info : MODEL_INFO ';'
              { driver.model_info(); }
diff --git a/tests/fs2000/fs2000a.mod b/tests/fs2000/fs2000a.mod
index e7b10e8f9ebb9e260ef7ba8e36b4887c72ef5924..783ecb71d966502ebf7a92684b6bb0b021764725 100644
--- a/tests/fs2000/fs2000a.mod
+++ b/tests/fs2000/fs2000a.mod
@@ -55,7 +55,7 @@ var e_a; stderr 0.014;
 var e_m; stderr 0.005;
 end;
 
-check;
+check(nocheck);
 
 estimated_params;
 alp, beta_pdf, 0.356, 0.02;