Skip to content

Commit 34f6a83

Browse files
committed
Fix test
1 parent ffd8cb8 commit 34f6a83

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/codegen/debug-vtable.rs

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111

1212
// Make sure that vtables don't have the unnamed_addr attribute when debuginfo is enabled.
1313
// This helps debuggers more reliably map from dyn pointer to concrete type.
14-
// CHECK: @vtable.0 = private constant <{
15-
// CHECK: @vtable.1 = private constant <{
1614
// CHECK: @vtable.2 = private constant <{
1715
// CHECK: @vtable.3 = private constant <{
1816
// CHECK: @vtable.4 = private constant <{

0 commit comments

Comments
 (0)