[XRay][compiler-rt] Fix test to not be too strict with output order.

Follow-up to D35789.

llvm-svn: 309543
This commit is contained in:
Dean Michael Berris 2017-07-31 06:58:09 +00:00
parent 0aeb0fe2ab
commit 432fec23c5

View File

@ -20,7 +20,7 @@ int main(int, char**) {
// QUIET-NOT: {{.*}}XRay instrumentation map missing. Not initializing XRay.
// DEFAULT-NOT: {{.*}}XRay instrumentation map missing. Not initializing XRay.
cout << "Hello, XRay!" << endl;
// NOISY-NEXT: Hello, XRay!
// NOISY: Hello, XRay!
// QUIET: Hello, XRay!
// DEFAULT: Hello, XRay!
}