From 4bf436ec33796613858c30fad94e2ed50ee56bfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Hermes=29?= Date: Thu, 19 May 2016 12:51:29 +0200 Subject: [PATCH] Fixed typo in comments. --- tests/julia/rbc/test.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/julia/rbc/test.jl b/tests/julia/rbc/test.jl index eab70f36f..e0857b90e 100644 --- a/tests/julia/rbc/test.jl +++ b/tests/julia/rbc/test.jl @@ -16,8 +16,8 @@ importall Dynare # The previous command is equivalent to: # -# @compile "rbc.mod" -# using rbc +# @compile "rbc1.mod" +# using rbc1 print(rbc1.model.fname)