Navigation Menu

Skip to content

Commit

Permalink
Follow path change in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 21, 2014
1 parent 93234ed commit 77ec961
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/command/suite/ruby/load/nonexistent.expected
Expand Up @@ -8,11 +8,11 @@ ruby_load "nonexistent.rb"
0.0,
0.0
],
"syscall error 'fopen: failed to open mruby script file: <nonexistent.rb>' (No such file or directory)"
"syscall error 'fopen: failed to open mruby script file: <nonexistent.rb>'"
],
{
"exception": {
"message": "syscall error 'fopen: failed to open mruby script file: <nonexistent.rb>' (No such file or directory)"
"message": "syscall error 'fopen: failed to open mruby script file: <nonexistent.rb>'"
}
}
]
Expand Down

0 comments on commit 77ec961

Please sign in to comment.