From 3eecf73b10aff71621e02e67d21167dee416e78e Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Sun, 22 Apr 2018 08:46:27 +0000 Subject: [PATCH] [test] Fix MC/ELF/nocompression.s Unbreak the linux build bots: http://lab.llvm.org:8011/builders/clang-lld-x86_64-2stage/builds/5165/ http://lab.llvm.org:8011/builders/llvm-clang-lld-x86_64-scei-ps4-ubuntu-fast/builds/28775 http://lab.llvm.org:8011/builders/clang-with-lto-ubuntu/builds/8227 llvm-svn: 330539 --- llvm/test/MC/ELF/nocompression.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/MC/ELF/nocompression.s b/llvm/test/MC/ELF/nocompression.s index 1b535fde7588..66147b0d7abc 100644 --- a/llvm/test/MC/ELF/nocompression.s +++ b/llvm/test/MC/ELF/nocompression.s @@ -3,4 +3,4 @@ // REQUIRES: nozlib -// CHECK: llvm-mc{{[^:]*}}: build tools with zlib to enable -compress-debug-sections +// CHECK: llvm-mc{{[^:]*}}: error: build tools with zlib to enable -compress-debug-sections