instance_test.go 316 B

12345678910111213141516171819
  1. /*
  2. * Copyright (C) 2019 Intel Corporation. All rights reserved.
  3. * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
  4. */
  5. package wamr
  6. import (
  7. //"github.com/stretchr/testify/assert"
  8. "testing"
  9. )
  10. func TestInstance(t *testing.T) {
  11. /* TODO */
  12. }
  13. func TestCallFunc(t *testing.T) {
  14. /* TODO */
  15. }