[compiler-rt] r309543 - [XRay][compiler-rt] Fix test to not be too strict with output order.
Dean Michael Berris via llvm-commits
llvm-commits at lists.llvm.org
Sun Jul 30 23:58:10 PDT 2017
Author: dberris
Date: Sun Jul 30 23:58:09 2017
New Revision: 309543
URL: http://llvm.org/viewvc/llvm-project?rev=309543&view=rev
Log:
[XRay][compiler-rt] Fix test to not be too strict with output order.
Follow-up to D35789.
Modified:
compiler-rt/trunk/test/xray/TestCases/Linux/quiet-start.cc
Modified: compiler-rt/trunk/test/xray/TestCases/Linux/quiet-start.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/xray/TestCases/Linux/quiet-start.cc?rev=309543&r1=309542&r2=309543&view=diff
==============================================================================
--- compiler-rt/trunk/test/xray/TestCases/Linux/quiet-start.cc (original)
+++ compiler-rt/trunk/test/xray/TestCases/Linux/quiet-start.cc Sun Jul 30 23:58:09 2017
@@ -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!
}
More information about the llvm-commits
mailing list