Skip to content

Commit d0419ba

Browse files
committed
Minor test improvement
1 parent 5efcec9 commit d0419ba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

llvm/test/ThinLTO/X86/dtlto/imports.ll

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,16 @@ INPUTS-NEXT: ]
3636
; This check ensures that we have failed for the expected reason.
3737
ERR: failed: DTLTO backend compilation: cannot open native object file:
3838

39+
3940
; Check that imports files are not created even if -save-temps is active.
4041
RUN: not %{command} -save-temps 2>&1 \
4142
RUN: | FileCheck %s --check-prefixes=ERR
4243
RUN: ls | FileCheck %s --check-prefix=NOIMPORTFILES
4344
NOIMPORTFILES-NOT: imports
4445

46+
4547
; Check that imports files are created with -thinlto-emit-imports.
46-
RUN: not %{command} -thinlto-emit-imports 2>&1 \
48+
RUN: not %{command} -thinlto-emit-imports 2>&1 \
4749
RUN: | FileCheck %s --check-prefixes=ERR
4850
RUN: ls | FileCheck %s --check-prefix=IMPORTFILES
4951
IMPORTFILES: 0.bc.imports

0 commit comments

Comments
 (0)