Skip to content

Commit

Permalink
chore: fixup
Browse files Browse the repository at this point in the history
Signed-off-by: moul <[email protected]>
  • Loading branch information
moul committed Nov 16, 2024
1 parent cddf395 commit 6435ef0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1,312 deletions.
14 changes: 1 addition & 13 deletions gnovm/tests/files/zrealm_crossrealm15.gno
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
// PKGPATH: gno.land/r/crossrealm_test
package crossrealm_test

// TODO: this test panics with the current implementation of the VM.
// we should either enable it again if we change the VM behavior (#2743).
// or consider adding a `// Panic:` filetest handler.`
func main() { /* noop */ }

/*
import (
"std"

Expand All @@ -28,12 +22,6 @@ func init() {
func main() {
print(".")
}
*/

// EXPECTED Output:
// hello gno.land/r/crossrealm_test
// .

// Error:

// Realm:
// new escaped mark has no object ID
Loading

0 comments on commit 6435ef0

Please sign in to comment.