summaryrefslogtreecommitdiff
path: root/test/xray
diff options
context:
space:
mode:
authorDean Michael Berris <dberris@google.com>2017-07-31 06:58:09 +0000
committerDean Michael Berris <dberris@google.com>2017-07-31 06:58:09 +0000
commitf0878f1e7f4e67ed9c574ccd8b82093a201928e9 (patch)
treedfa000f02d5c535fc3d5f491912ed521709697b9 /test/xray
parent73b1687daa69da4a9364a440f3f95b97932140d3 (diff)
[XRay][compiler-rt] Fix test to not be too strict with output order.
Follow-up to D35789. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@309543 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/xray')
-rw-r--r--test/xray/TestCases/Linux/quiet-start.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/xray/TestCases/Linux/quiet-start.cc b/test/xray/TestCases/Linux/quiet-start.cc
index 409e1788f..e26fa63aa 100644
--- a/test/xray/TestCases/Linux/quiet-start.cc
+++ b/test/xray/TestCases/Linux/quiet-start.cc
@@ -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!
}