| 12345678910111213141516171819 |
- /*
- * Copyright (C) 2019 Intel Corporation. All rights reserved.
- * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
- */
- package wamr
- import (
- //"github.com/stretchr/testify/assert"
- "testing"
- )
- func TestInstance(t *testing.T) {
- /* TODO */
- }
- func TestCallFunc(t *testing.T) {
- /* TODO */
- }
|