From 278aec2b36a02e9cd25a0ebc7cc45f933c7be27f Mon Sep 17 00:00:00 2001 From: albttx Date: Thu, 9 Nov 2023 16:55:24 +0000 Subject: [PATCH] fix: txtar --- gnovm/cmd/gno/testdata/gno_test/flag_run.txtar | 8 -------- 1 file changed, 8 deletions(-) diff --git a/gnovm/cmd/gno/testdata/gno_test/flag_run.txtar b/gnovm/cmd/gno/testdata/gno_test/flag_run.txtar index 838206d15f9..23e5734011e 100644 --- a/gnovm/cmd/gno/testdata/gno_test/flag_run.txtar +++ b/gnovm/cmd/gno/testdata/gno_test/flag_run.txtar @@ -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'