Skip to content

Commit

Permalink
Adapt lit-test to druntime changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kinke committed Aug 24, 2019
1 parent b7963d0 commit 12720e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/codegen/array_equals_memcmp_dyn.d
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ bool inv_dynamic_dynamic(bool[] a, bool[] b)
return a != b;
}

// LLVM-LABEL: define{{.*}} @{{.*}}_D6object{{.*}}equals{{.*}}
// ASM-LABEL: _D6object{{.*}}equals{{.*}}:
// LLVM-LABEL: define{{.*}} @{{.*}}_D4core8internal5array8equality__T8__equals
// ASM-LABEL: _D4core8internal5array8equality__T8__equals{{.*}}:

// LLVM-LABEL: define{{.*}} @_Dmain
// ASM-LABEL: _Dmain:
Expand Down

0 comments on commit 12720e0

Please sign in to comment.