Apply name change to testsuite file.

This change has the llvm-lit part of the testsuite have clang
link to libomp instead of libiomp5.

llvm-svn: 238721
This commit is contained in:
Jonathan Peyton 2015-06-01 04:24:23 +00:00
parent 32be447d55
commit 476679aee4
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
; RUN: %clang -liomp5 -lm %s -o %t && %t 2>&1 | FileCheck %s
; RUN: %clang -lomp -lm %s -o %t && %t 2>&1 | FileCheck %s
; CHECK-NOT: Test failed
; CHECK: Directive worked without errors