[debuginfo-tests] 4a18a5b - Change first test to be CHECK: to make the test run.

Jason Molenda via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 7 14:31:54 PST 2020


Author: Jason Molenda
Date: 2020-02-07T14:31:35-08:00
New Revision: 4a18a5bdd9e2e119cf24653e34b22cf356fffe77

URL: https://github.com/llvm/llvm-project/commit/4a18a5bdd9e2e119cf24653e34b22cf356fffe77
DIFF: https://github.com/llvm/llvm-project/commit/4a18a5bdd9e2e119cf24653e34b22cf356fffe77.diff

LOG: Change first test to be CHECK: to make the test run.

Added: 
    

Modified: 
    debuginfo-tests/llgdb-tests/apple-accel.cpp

Removed: 
    


################################################################################
diff  --git a/debuginfo-tests/llgdb-tests/apple-accel.cpp b/debuginfo-tests/llgdb-tests/apple-accel.cpp
index 444a0f980c56..12545d68c4f9 100644
--- a/debuginfo-tests/llgdb-tests/apple-accel.cpp
+++ b/debuginfo-tests/llgdb-tests/apple-accel.cpp
@@ -13,7 +13,7 @@
 __attribute__((section("1,__text_foo"))) void foo() {}
 int main (int argc, char const *argv[]) { return argc; }
 
-// CHECK-NEXT: __debug_abbrev
+// CHECK: __debug_abbrev
 // CHECK-NEXT: __debug_info
 // CHECK-NEXT: __debug_str
 // CHECK-NEXT: __debug_ranges


        


More information about the llvm-commits mailing list