summaryrefslogtreecommitdiffstats
path: root/fluent-bit/lib/wasm-micro-runtime-WAMR-1.2.2/language-bindings/go/wamr/module_test.go
blob: 8abeccbaa6bea276b01aabb72498dcb2e6a1be10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * 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 TestModule(t *testing.T) {
    /* TODO */
}