Skip to content

Commit 075f0ee

Browse files
committed
chore: update test fixtures
1 parent 4f412ec commit 075f0ee

6 files changed

+16
-16
lines changed

src/test/profiling/profiling-cpu-profiling-breakpoints-does-not-unverify-target-breakpoint.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
breakpoints : [
33
[0] : {
44
column : 16
5-
id : 1
5+
id : 0
66
line : 6
77
source : {
88
name : simpleNode/profilePlayground.js
@@ -13,7 +13,7 @@
1313
}
1414
[1] : {
1515
column : 3
16-
id : 2
16+
id : 1
1717
line : 17
1818
source : {
1919
name : simpleNode/profilePlayground.js
@@ -26,7 +26,7 @@
2626
}
2727
{
2828
breakpoint : {
29-
id : 1
29+
id : 0
3030
message : Unbound breakpoint
3131
verified : false
3232
}
@@ -35,7 +35,7 @@
3535
{
3636
breakpoint : {
3737
column : 16
38-
id : 1
38+
id : 0
3939
line : 6
4040
source : {
4141
name : simpleNode/profilePlayground.js

src/test/profiling/profiling-cpu-profiling-breakpoints-runs-until-a-breakpoint-is-hit.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ finished profile{
1111
reenabled breakpoint{
1212
breakpoint : {
1313
column : 1
14-
id : 1
14+
id : 0
1515
line : 20
1616
source : {
1717
name : simpleNode/profilePlayground.js

src/test/profiling/profiling-cpu-profiling-breakpoints-unverifies-and-reverifies.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
breakpoints : [
33
[0] : {
44
column : 16
5-
id : 1
5+
id : 0
66
line : 6
77
source : {
88
name : simpleNode/profilePlayground.js
@@ -15,7 +15,7 @@
1515
}
1616
{
1717
breakpoint : {
18-
id : 1
18+
id : 0
1919
message : Unbound breakpoint
2020
verified : false
2121
}
@@ -24,7 +24,7 @@
2424
{
2525
breakpoint : {
2626
column : 16
27-
id : 1
27+
id : 0
2828
line : 6
2929
source : {
3030
name : simpleNode/profilePlayground.js

src/test/profiling/profiling-heap-profiling-breakpoints-does-not-unverify-target-breakpoint.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
breakpoints : [
33
[0] : {
44
column : 16
5-
id : 1
5+
id : 0
66
line : 6
77
source : {
88
name : simpleNode/profilePlayground.js
@@ -13,7 +13,7 @@
1313
}
1414
[1] : {
1515
column : 3
16-
id : 2
16+
id : 1
1717
line : 17
1818
source : {
1919
name : simpleNode/profilePlayground.js
@@ -26,7 +26,7 @@
2626
}
2727
{
2828
breakpoint : {
29-
id : 1
29+
id : 0
3030
message : Unbound breakpoint
3131
verified : false
3232
}
@@ -35,7 +35,7 @@
3535
{
3636
breakpoint : {
3737
column : 16
38-
id : 1
38+
id : 0
3939
line : 6
4040
source : {
4141
name : simpleNode/profilePlayground.js

src/test/profiling/profiling-heap-profiling-breakpoints-runs-until-a-breakpoint-is-hit.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ finished profile{
1111
reenabled breakpoint{
1212
breakpoint : {
1313
column : 1
14-
id : 1
14+
id : 0
1515
line : 20
1616
source : {
1717
name : simpleNode/profilePlayground.js

src/test/profiling/profiling-heap-profiling-breakpoints-unverifies-and-reverifies.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
breakpoints : [
33
[0] : {
44
column : 16
5-
id : 1
5+
id : 0
66
line : 6
77
source : {
88
name : simpleNode/profilePlayground.js
@@ -15,7 +15,7 @@
1515
}
1616
{
1717
breakpoint : {
18-
id : 1
18+
id : 0
1919
message : Unbound breakpoint
2020
verified : false
2121
}
@@ -24,7 +24,7 @@
2424
{
2525
breakpoint : {
2626
column : 16
27-
id : 1
27+
id : 0
2828
line : 6
2929
source : {
3030
name : simpleNode/profilePlayground.js

0 commit comments

Comments
 (0)