Skip to content

Commit b5702df

Browse files
committed
Update
1 parent ee1cb14 commit b5702df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/FileFormats/LP/LP.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1423,7 +1423,7 @@ function test_parse_set_prefix()
14231423
state = LP.LexerState(io)
14241424
@test LP._parse_set_prefix(state, cache) == set
14251425
end
1426-
for input in ["-> 1"]
1426+
for input in ["1 ->"]
14271427
io = IOBuffer(input)
14281428
seekstart(io)
14291429
state = LP.LexerState(io)

0 commit comments

Comments
 (0)