Skip to content

Commit

Permalink
Fix a test to not fail for users with my name. :)
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189547 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
ddunbar committed Aug 29, 2013
1 parent 6f25e87 commit aee279d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/Transforms/StripSymbols/strip-dead-debug-info.ll
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
; RUN: opt -strip-dead-debug-info -verify %s -S | FileCheck %s

; CHECK: ModuleID = '{{.*}}'
; CHECK-NOT: bar
; CHECK-NOT: abcd

Expand Down

0 comments on commit aee279d

Please sign in to comment.