Skip to content

Commit

Permalink
fix: txtar
Browse files Browse the repository at this point in the history
  • Loading branch information
albttx committed Nov 9, 2023
1 parent 57a05a9 commit 278aec2
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions gnovm/cmd/gno/testdata/gno_test/flag_run.txtar
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,8 @@

gno test .

stdout '=== RUN TestRun/hello' # show that t.Run doesn't care about -verbose
stdout '=== RUN TestRun/hi_you'
stdout '=== RUN TestRun/hi_me'

gno test ./run_test.gno

stdout '=== RUN TestRun/hello' # show that t.Run doesn't care about -verbose
stdout '=== RUN TestRun/hi_you'
stdout '=== RUN TestRun/hi_me'

gno test -verbose .

stdout '=== RUN TestRun/hello'
Expand Down

0 comments on commit 278aec2

Please sign in to comment.