diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2017-12-24 01:00:50 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2017-12-24 01:00:50 +0000 |
| commit | 0d9ba4fe26725cacc7253fc3c72c4574f26bc099 (patch) | |
| tree | 90c426d54188ca226b29aaf8a308bba364a73d1a /test/wasm/conflict.test | |
| parent | eb1ff93d02b5f17b6b409e83c6d9be585f4a04b3 (diff) | |
Notes
Diffstat (limited to 'test/wasm/conflict.test')
| -rw-r--r-- | test/wasm/conflict.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/wasm/conflict.test b/test/wasm/conflict.test index a0a2eb4e3b3a..41684ae51a12 100644 --- a/test/wasm/conflict.test +++ b/test/wasm/conflict.test @@ -1,4 +1,4 @@ -# RUN: llc -filetype=obj -mtriple=wasm32-unknown-uknown-wasm %p/Inputs/ret32.ll -o %t.ret32.o +# RUN: llc -filetype=obj -mtriple=wasm32-unknown-unknown-wasm %p/Inputs/ret32.ll -o %t.ret32.o # RUN: not lld -flavor wasm -o %t.wasm %t.ret32.o %t.ret32.o 2>&1 | FileCheck %s # CHECK: duplicate symbol: ret32 |
