summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2016-02-05 18:21:28 +0000
committerReid Kleckner <rnk@google.com>2016-02-05 18:21:28 +0000
commit6da9115e5368fbbcce2ce76c4bd6ceb81a5694c3 (patch)
tree5f154017acf0cbebb734d82d2d6babd1b8978a90 /llvm
parenta62f05898959a7e58e512614e50082e2e6eb588c (diff)
downloadbcm5719-llvm-6da9115e5368fbbcce2ce76c4bd6ceb81a5694c3.tar.gz
bcm5719-llvm-6da9115e5368fbbcce2ce76c4bd6ceb81a5694c3.zip
Fix echo.ll test failing due to DOS line endings
llvm-svn: 259896
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/Bindings/llvm-c/echo.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Bindings/llvm-c/echo.ll b/llvm/test/Bindings/llvm-c/echo.ll
index f4ba60eb619..30e7f4facfa 100644
--- a/llvm/test/Bindings/llvm-c/echo.ll
+++ b/llvm/test/Bindings/llvm-c/echo.ll
@@ -1,6 +1,6 @@
; RUN: llvm-as < %s | llvm-dis > %t.orig
; RUN: llvm-as < %s | llvm-c-test --echo > %t.echo
-; RUN: diff %t.orig %t.echo
+; RUN: diff -w %t.orig %t.echo
declare void @decl()
OpenPOWER on IntegriCloud