Skip to content

Commit 51d594d

Browse files
committed
Replace output file name in test with %t
1 parent c6c045c commit 51d594d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lld/test/wasm/lto/incompatible.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
; REQUIRES: x86
22
; RUN: llvm-as %s -o %t.bc
3-
; RUN: not wasm-ld %t.bc -o out.wasm 2>&1 | FileCheck %s
3+
; RUN: not wasm-ld %t.bc -o %t.wasm 2>&1 | FileCheck %s
44

55
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
66
target triple = "x86_64-unknown-linux-gnu"

0 commit comments

Comments
 (0)