Skip to content

Commit b622e09

Browse files
committed
PS: Accept test changes.
1 parent e38f630 commit b622e09

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

powershell/ql/test/library-tests/dataflow/local/test.expected

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
| test.ps1:4:1:4:3 | b | test.ps1:5:4:5:6 | b |
55
| test.ps1:4:6:4:13 | GetBool | test.ps1:4:1:4:3 | b |
66
| test.ps1:4:6:4:13 | GetBool | test.ps1:4:1:4:13 | ...=... |
7+
| test.ps1:5:4:5:6 | b | test.ps1:5:4:5:6 | b |
78
| test.ps1:6:5:6:8 | a2 | test.ps1:8:6:8:9 | a2 |
89
| test.ps1:6:11:6:17 | Source | test.ps1:6:5:6:8 | a2 |
910
| test.ps1:6:11:6:17 | Source | test.ps1:6:5:6:17 | ...=... |

powershell/ql/test/library-tests/dataflow/typetracking/test.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ class MyClass {
77

88
$myClass = [MyClass]::new("hello")
99

10-
Sink $myClass # $ MISSING: type=MyClass
10+
Sink $myClass # $ type=MyClass
1111

1212

1313
$withNamedArg = New-Object -TypeName PSObject
1414

15-
Sink $withNamedArg # $ MISSING: type=PSObject
15+
Sink $withNamedArg # $ type=PSObject
1616

1717
$withPositionalArg = New-Object PSObject
1818

19-
Sink $withPositionalArg # $ MISSING: type=PSObject
19+
Sink $withPositionalArg # $ type=PSObject

0 commit comments

Comments
 (0)