Skip to content
Snippets Groups Projects
Commit 6b186a61 authored by Rafael Espindola's avatar Rafael Espindola
Browse files

Fix test.

With -### clang return 0, so we have to use FileCheck to see if there was an
error.

llvm-svn: 191923
parent cda2911c
No related branches found
No related tags found
No related merge requests found
......@@ -3,4 +3,5 @@
// Note that we filter out all but the last -m(no)sse.
// Test that we don't produce an error with -mieee-fp.
// RUN: %clang -### %s -mieee-fp -S
// RUN: %clang -### %s -mieee-fp -S 2>&1 | FileCheck --check-prefix=IEEE %s
// IEEE-NOT: error: unknown argument
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment