Skip to content

Commit

Permalink
adjust test script
Browse files Browse the repository at this point in the history
  • Loading branch information
smoothdeveloper committed May 9, 2019
1 parent 7fb41bb commit ad5954f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/JsonLexAndYaccExample/Script.fsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#r "bin\\debug\\FsLexYacc.Runtime.dll"
#r "bin\\debug\\JsonLexAndYaccExample.exe"
#r "bin/debug/net46/FsLexYacc.Runtime.dll"
#r "bin/debug/net46/JsonLexAndYaccExample.exe"

open FSharp.Text.Lexing
open JsonParsing
Expand Down

0 comments on commit ad5954f

Please sign in to comment.