mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-29 00:21:14 +00:00
[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:
parent
0aeb0fe2ab
commit
432fec23c5
@ -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!
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user