diff options
Diffstat (limited to 'test/wasm/export-all.ll')
-rw-r--r-- | test/wasm/export-all.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/wasm/export-all.ll b/test/wasm/export-all.ll index 34797aac76f7..f903df9160d3 100644 --- a/test/wasm/export-all.ll +++ b/test/wasm/export-all.ll @@ -42,7 +42,7 @@ entry: ; CHECK-NOT: - Name: internal_func ; EXPORT: - Type: EXPORT -; EXPORT: - Name: _start ; EXPORT: - Name: bar ; EXPORT: - Name: foo +; EXPORT: - Name: _start ; EXPORT-NOT: - Name: internal_func |