Skip to content

Commit

Permalink
Avoid unexpected badarith error from creeping up in test logs
Browse files Browse the repository at this point in the history
Summary: Minor fix to keep test logs free of errors

Reviewed By: thizanne

Differential Revision: D68017065

fbshipit-source-id: a27141fa8d4c5e615b5f3696937d328578d50491
  • Loading branch information
jcpetruzza authored and facebook-github-bot committed Jan 13, 2025
1 parent fa76f75 commit 4ac01dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/edb_dap_steps_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ test_step_out_works(Config) ->
~"-export([go/0]). %L02\n",
~"go() -> %L03\n",
~" X = f(23), %L04\n",
~" x + 42. %L05\n",
~" X + 42. %L05\n",
~" %L06\n",
~"f(X) -> %L07\n",
~" Y = g(X * 3 + 1), %L08\n",
Expand Down

0 comments on commit 4ac01dd

Please sign in to comment.