[compiler-rt] r358149 - Prospective test fix in response to r358104.

John McCall via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 10 20:04:04 PDT 2019


Author: rjmccall
Date: Wed Apr 10 20:04:04 2019
New Revision: 358149

URL: http://llvm.org/viewvc/llvm-project?rev=358149&view=rev
Log:
Prospective test fix in response to r358104.

Modified:
    compiler-rt/trunk/test/profile/Inputs/instrprof-shared-main-gcov-flush_no-writeout.c.gcov

Modified: compiler-rt/trunk/test/profile/Inputs/instrprof-shared-main-gcov-flush_no-writeout.c.gcov
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/profile/Inputs/instrprof-shared-main-gcov-flush_no-writeout.c.gcov?rev=358149&r1=358148&r2=358149&view=diff
==============================================================================
--- compiler-rt/trunk/test/profile/Inputs/instrprof-shared-main-gcov-flush_no-writeout.c.gcov (original)
+++ compiler-rt/trunk/test/profile/Inputs/instrprof-shared-main-gcov-flush_no-writeout.c.gcov Wed Apr 10 20:04:04 2019
@@ -38,4 +38,4 @@
 // CHECK-NEXT:        -:   33:  bar(5);
 // CHECK-NEXT:        -:   34:
 // CHECK-NEXT:        -:   35:  return 0;
-// CHECK-NEXT:    #####:   36:}
+// CHECK-NEXT:        -:   36:}




More information about the llvm-commits mailing list