Skip to content
Snippets Groups Projects
Commit ad0d48d3 authored by Daniel Dunbar's avatar Daniel Dunbar
Browse files

Fix test case (for -### printing version)

llvm-svn: 63223
parent 1498e621
No related merge requests found
// RUN: xcc -fsyntax-only -### %s 2>&1 | count 1 &&
// RUN: xcc -fsyntax-only -### %s -no-integrated-cpp 2>&1 | count 2 &&
// RUN: xcc -fsyntax-only -### %s -save-temps 2>&1 | count 2
// RUN: xcc -fsyntax-only -### %s 2>&1 | count 2 &&
// RUN: xcc -fsyntax-only -### %s -no-integrated-cpp 2>&1 | count 3 &&
// RUN: xcc -fsyntax-only -### %s -save-temps 2>&1 | count 3
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