summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lld/test/wasm/trace.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/lld/test/wasm/trace.test b/lld/test/wasm/trace.test
index bf74bd49806..023a2ccb2cc 100644
--- a/lld/test/wasm/trace.test
+++ b/lld/test/wasm/trace.test
@@ -1,8 +1,8 @@
RUN: llc -filetype=obj %p/Inputs/start.ll -o %t.foo.o
# Check -t
-RUN: wasm-ld %t.foo.o -o out.wasm -t 2>&1 | FileCheck %s
+RUN: wasm-ld %t.foo.o -o %t.t.out.wasm -t 2>&1 | FileCheck %s
CHECK: {{.*}}.foo.o
# Check --trace alias
-RUN: wasm-ld %t.foo.o -o out.wasm --trace 2>&1 | FileCheck %s
+RUN: wasm-ld %t.foo.o -o %t.trace.out.wasm --trace 2>&1 | FileCheck %s
OpenPOWER on IntegriCloud