Skip to content

Commit

Permalink
Fix tests on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
nikic committed Jun 25, 2017
1 parent ecaf408 commit b3849ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ Fatal error: Uncaught TypeError: Return value of class@anonymous::a() must be an
Stack trace:
#0 %s(16): class@anonymous->a()
#1 {main}
thrown in /%s on line 13
thrown in %s on line 13
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ Fatal error: Uncaught TypeError: Return value of class@anonymous::a() must be an
Stack trace:
#0 %s(16): class@anonymous->a()
#1 {main}
thrown in /%s on line 13
thrown in %s on line 13

0 comments on commit b3849ed

Please sign in to comment.