github.com/gnolang/gno@v0.0.0-20240520182011-228e9d0192ce/gnovm/cmd/gno/testdata/gno_test/empty_gno2.txtar (about)

     1  # Test empty gno2
     2  
     3  ! gno test .
     4  
     5  ! stdout .+
     6  stderr 'expected ''package'', found ''EOF'''
     7  
     8  ! gno test --transpile .
     9  
    10  ! stdout .+
    11  stderr 'expected ''package'', found ''EOF'''
    12  
    13  -- empty.gno --
    14  -- empty_test.gno --