From 4442c99d6b9abfb7562c2b75e7987aed8a487f31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Fri, 24 Jan 2020 16:01:17 +0100 Subject: [PATCH] Testsuite: use whitespace-separated syntax for options in .mod file Follows from d3e90a8dbfd869bc88efb16ddd7a0768360a1a7d. (cherry picked from commit 3b9cc0e9f79ad84c42d80057395748068b111949) --- tests/dynare-command-options/ramst.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/dynare-command-options/ramst.mod b/tests/dynare-command-options/ramst.mod index aa5cecb469..1f3da08e86 100644 --- a/tests/dynare-command-options/ramst.mod +++ b/tests/dynare-command-options/ramst.mod @@ -1,4 +1,4 @@ -// --+ options: json=compute, notmpterms, nolog +-- +// --+ options: json=compute notmpterms nolog +-- var c k; varexo x; -- GitLab