Use Sexp.Loc.none rather than reinventing in test

Signed-off-by: Rudi Grinberg <rudi.grinberg@gmail.com>
This commit is contained in:
Rudi Grinberg 2018-07-01 00:34:45 +07:00
parent 23717d1fd6
commit d7796156fd
1 changed files with 1 additions and 1 deletions

View File

@ -265,7 +265,7 @@ Different
| Printing tests |
+-----------------------------------------------------------------+ *)
let loc = Sexp.Loc.in_file "<none>"
let loc = Sexp.Loc.none
let a = Sexp.atom
let s x = Sexp.Quoted_string x
let t x = Sexp.Template { quoted = false; parts = x; loc }